Remove DisabledAt for users

This commit is contained in:
William Bouzourène 2025-01-02 19:50:14 +01:00
parent fa3aa49419
commit 7d71923d4f
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
3 changed files with 2 additions and 10 deletions

View file

@ -12,7 +12,6 @@ type User struct {
Email string
Password string
TotpSercet sql.NullString
DisabledAt sql.NullTime
IsAdmin bool
SkipWelcome bool
}