Update user.proto

This commit is contained in:
Asim Aslam
2021-08-17 11:42:56 +01:00
committed by GitHub
parent c76eba1d75
commit 64ffc8c586

View File

@@ -47,7 +47,7 @@ message Session {
// Create a new user account. The email address and username for the account must be unique.
message CreateRequest {
// optional acccount id
// optional account id
string id = 1;
// the username
string username = 2;