diff --git a/models/twofactor.go b/models/twofactor.go index 2348fc297..37019a77a 100644 --- a/models/twofactor.go +++ b/models/twofactor.go @@ -29,7 +29,6 @@ type TwoFactor struct { ID int64 `xorm:"pk autoincr"` UID int64 `xorm:"UNIQUE"` Secret string - ScratchToken string ScratchSalt string ScratchHash string LastUsedPasscode string `xorm:"VARCHAR(10)"`