feat:
* added totp methods in db's providers * adding totp in login method
This commit is contained in:
@@ -34,6 +34,7 @@ type AuthResponse struct {
|
||||
RefreshToken *string `json:"refresh_token"`
|
||||
ExpiresIn *int64 `json:"expires_in"`
|
||||
User *User `json:"user"`
|
||||
TotpBase64url *string `json:"totpBase64URL"`
|
||||
}
|
||||
|
||||
type DeleteEmailTemplateRequest struct {
|
||||
|
Reference in New Issue
Block a user