mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(users): add support to reset totp (#4821)
This commit is contained in:
@ -404,6 +404,8 @@ pub enum Flow {
|
||||
UserFromEmail,
|
||||
/// Begin TOTP
|
||||
TotpBegin,
|
||||
// Reset TOTP
|
||||
TotpReset,
|
||||
/// Verify TOTP
|
||||
TotpVerify,
|
||||
/// Update TOTP secret
|
||||
|
||||
Reference in New Issue
Block a user