Adding response to 2FA

This commit is contained in:
2024-06-19 21:34:50 +07:00
parent b890f5442c
commit c1059072a6
7 changed files with 141 additions and 0 deletions

View File

@ -13,6 +13,7 @@ type User struct {
UserID uuid.UUID
Email string
Username string
Totp string
Authenticated bool
}