diff options
author | Julien Dessaux | 2025-01-31 20:53:29 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-01-31 20:53:29 +0100 |
commit | ab548d249b56988823cc91fa46ad7bfff0d75250 (patch) | |
tree | bc2c5c5e480a462eab19d873382bf11abacdffbe /pkg/model/account.go | |
parent | feat(webui): bootstrap account settings management with light and dark mode (diff) | |
download | tfstated-ab548d249b56988823cc91fa46ad7bfff0d75250.tar.gz tfstated-ab548d249b56988823cc91fa46ad7bfff0d75250.tar.bz2 tfstated-ab548d249b56988823cc91fa46ad7bfff0d75250.zip |
Diffstat (limited to '')
-rw-r--r-- | pkg/model/account.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/model/account.go b/pkg/model/account.go index 5055943..d47668a 100644 --- a/pkg/model/account.go +++ b/pkg/model/account.go @@ -11,7 +11,7 @@ import ( type AccountContextKey struct{} type Account struct { - Id int + Id string Username string Salt []byte PasswordHash []byte |