Further config updates, also upgrading dependent packages
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user