From 98dcb24a8bf36e55985a4c674838cabb7313f9a6 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 18 Mar 2024 12:49:55 +0100 Subject: [PATCH] Add accounts email --- proto/accounts/accounts_v1.proto | 1 + 1 file changed, 1 insertion(+) 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 {