Remove DisabledAt for users
This commit is contained in:
parent
9da9cd4f61
commit
157c33227e
3 changed files with 2 additions and 10 deletions
|
|
@ -12,7 +12,6 @@ type User struct {
|
|||
Email string
|
||||
Password string
|
||||
TotpSercet sql.NullString
|
||||
DisabledAt sql.NullTime
|
||||
IsAdmin bool
|
||||
SkipWelcome bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue