mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-26 20:00:27 +03:00
Merge branch 'master' into clients-patch
# Conflicts: # util/util.go
This commit is contained in:
commit
59a4ade8c6
14 changed files with 128 additions and 33 deletions
|
@ -4,4 +4,6 @@ package model
|
|||
type User struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
// PasswordHash takes precedence over Password.
|
||||
PasswordHash string `json:"password_hash"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue