made comany optional for user
This commit is contained in:
parent
6d35ea5706
commit
6b2b6b105a
@ -111,8 +111,8 @@ message Identity {
|
|||||||
string updated_at = 18;
|
string updated_at = 18;
|
||||||
string created_at = 19;
|
string created_at = 19;
|
||||||
string email = 20;
|
string email = 20;
|
||||||
// Company company = 21;
|
optional Company company = 21;
|
||||||
// optional string employee_info = 22;
|
optional string employee_info = 22;
|
||||||
}
|
}
|
||||||
|
|
||||||
message IdentityBasic {
|
message IdentityBasic {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user