From 4db3c2a117ceaf01737459a9d58b4622a0bce1c1 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 8 Jul 2021 15:49:54 +0100 Subject: [PATCH] Update user.proto --- user/proto/user.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/proto/user.proto b/user/proto/user.proto index 807d5c3..fad0998 100644 --- a/user/proto/user.proto +++ b/user/proto/user.proto @@ -43,7 +43,7 @@ message Session { int64 expires = 5; } -// Create a new user account +// Create a new user account. The email address and username for the account must be unique. message CreateRequest { // the acccount id string id = 1;