Revert "Merge from development branch"

This commit is contained in:
Arminas 2023-01-04 12:55:00 +02:00 committed by GitHub
parent b06eb96e9d
commit 43148cebf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 99 additions and 716 deletions

View file

@ -10,5 +10,4 @@ type Interface struct {
type BaseData struct {
Active string
CurrentUser string
Admin bool
}

View file

@ -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"`
}