mirror of
https://github.com/hexedtech/codemp-proto.git
synced 2024-11-24 16:34:49 +01:00
fix: user always has username too
This commit is contained in:
parent
f2863537c8
commit
bfadf378f8
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ message Identity {
|
|||
|
||||
message User {
|
||||
required Identity id = 1;
|
||||
optional string name = 2;
|
||||
required string name = 2;
|
||||
}
|
||||
|
||||
// generic Empty message
|
||||
|
|
Loading…
Reference in a new issue