diff --git a/proto/accounts/accounts_v1.proto b/proto/accounts/accounts_v1.proto index 9fe1770..5d4dc07 100644 --- a/proto/accounts/accounts_v1.proto +++ b/proto/accounts/accounts_v1.proto @@ -26,6 +26,7 @@ message AccountPassword { message AccountData { string name = 1; // Account name + string email = 2; // Account email } message AccountWithPassword {