mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Change nickname to givenname in proto
This commit is contained in:
parent
6e2768097a
commit
caf79f6910
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ message Machine {
|
|||
// bytes endpoints = 16;
|
||||
// bytes enabled_routes = 17;
|
||||
|
||||
string nickname = 18;
|
||||
string given_name = 18;
|
||||
}
|
||||
|
||||
message RegisterMachineRequest {
|
||||
|
|
Loading…
Reference in a new issue