polished up TOTP enrolment
This commit is contained in:
parent
d2ac66a81a
commit
b91b6e7ce0
7 changed files with 81 additions and 31 deletions
|
@ -9,4 +9,5 @@ type TOTP struct {
|
|||
AccountID string `json:"accountID" db:"account"`
|
||||
Secret string `json:"-" db:"secret"`
|
||||
CreatedAt time.Time `json:"created_at" db:"created_at"`
|
||||
Confirmed bool `json:"-" db:"confirmed"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue