Update user.proto

This commit is contained in:
Asim Aslam
2021-08-17 11:48:59 +01:00
committed by GitHub
parent 64ffc8c586
commit 7bca9be0f3

View File

@@ -79,7 +79,7 @@ message ReadRequest {
string id = 1;
// the account username
string username = 2;
// the account password
// the account email
string email = 3;
}