From 7bca9be0f3a080b6205d7a8965366bb9f32ad85f Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 17 Aug 2021 11:48:59 +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 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; }