fix copy paste issue
This commit is contained in:
parent
5cb253ad10
commit
7caff96777
|
@ -16,7 +16,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func addScratchHash(x *xorm.Engine) error {
|
func addScratchHash(x *xorm.Engine) error {
|
||||||
// TeamUnit see models/twofactor.go
|
// TwoFactor see models/twofactor.go
|
||||||
type TwoFactor struct {
|
type TwoFactor struct {
|
||||||
ID int64 `xorm:"pk autoincr"`
|
ID int64 `xorm:"pk autoincr"`
|
||||||
UID int64 `xorm:"UNIQUE"`
|
UID int64 `xorm:"UNIQUE"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user