Further config updates, also upgrading dependent packages

This commit is contained in:
🐙PiperYxzzy
2025-10-13 21:16:20 +02:00
parent ff15c7a65f
commit e0693c71dc
8 changed files with 136 additions and 36 deletions

View File

@@ -59,7 +59,7 @@ func (a *Auth) CheckPassword(pass string) error {
}
type TotpUsage struct {
LoginUid uuid.UUID `gorm:"index"`
LoginUid uuid.UUID `gorm:"type:uuid;index"`
Used time.Time
Code string `gorm:"index"`
}