diff --git a/user/proto/user.proto b/user/proto/user.proto index dee9aa9..8ba9e00 100644 --- a/user/proto/user.proto +++ b/user/proto/user.proto @@ -79,7 +79,7 @@ message ReadRequest { string id = 1; // the account username string username = 2; - // the account password + // the account email string email = 3; }