remove attrib that wasn't needed
This commit is contained in:
parent
2fca6d9a7f
commit
050c96f05f
|
|
@ -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)"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user