mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-20 19:13:32 +03:00
fix friendly name
This commit is contained in:
parent
4bc95564ce
commit
1a93d6c2b8
1 changed files with 1 additions and 0 deletions
|
@ -713,6 +713,7 @@ func UpdateClient(db store.IStore) echo.HandlerFunc {
|
|||
|
||||
// map new data
|
||||
client.Name = _client.Name
|
||||
client.FriendlyName = _client.FriendlyName
|
||||
client.Email = _client.Email
|
||||
client.TgUserid = _client.TgUserid
|
||||
client.Enabled = _client.Enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue