remove attrib that wasn't needed

This commit is contained in:
techknowlogick 2018-06-27 23:05:48 -04:00 committed by GitHub
parent 2fca6d9a7f
commit 050c96f05f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"`