From 6b2b6b105ac9a82f3d8478b612ff80c3d1672bb2 Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 5 Aug 2024 14:57:45 +0330 Subject: [PATCH] made comany optional for user --- authorization_message.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authorization_message.proto b/authorization_message.proto index c6fddda..555200a 100644 --- a/authorization_message.proto +++ b/authorization_message.proto @@ -111,8 +111,8 @@ message Identity { string updated_at = 18; string created_at = 19; string email = 20; - // Company company = 21; - // optional string employee_info = 22; + optional Company company = 21; + optional string employee_info = 22; } message IdentityBasic {