mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-06 00:37:24 +03:00
Merge branch 'email-settings-UI' into email-settings-UI-old
This commit is contained in:
commit
10fc8903e4
16 changed files with 102 additions and 721 deletions
|
@ -10,5 +10,4 @@ type Interface struct {
|
|||
type BaseData struct {
|
||||
Active string
|
||||
CurrentUser string
|
||||
Admin bool
|
||||
}
|
||||
|
|
|
@ -6,5 +6,4 @@ type User struct {
|
|||
Password string `json:"password"`
|
||||
// PasswordHash takes precedence over Password.
|
||||
PasswordHash string `json:"password_hash"`
|
||||
Admin bool `json:"admin"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue