Update user.proto

This commit is contained in:
Asim Aslam
2021-07-08 15:49:54 +01:00
committed by GitHub
parent c9709e3f80
commit 4db3c2a117

View File

@@ -43,7 +43,7 @@ message Session {
int64 expires = 5; 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 { message CreateRequest {
// the acccount id // the acccount id
string id = 1; string id = 1;