diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index 8a22f9d..fe574a7 100644 --- a/config/config.go +++ b/config/config.go @@ -7,7 +7,6 @@ import ( type User struct { - Id string Name string PasswordHash []byte Salt []byte |