mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(users): add support to verify 2FA using recovery code (#4737)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -406,8 +406,10 @@ pub enum Flow {
|
||||
TotpBegin,
|
||||
/// Verify TOTP
|
||||
TotpVerify,
|
||||
/// Verify Access Code
|
||||
RecoveryCodeVerify,
|
||||
/// Generate or Regenerate recovery codes
|
||||
GenerateRecoveryCodes,
|
||||
RecoveryCodesGenerate,
|
||||
// Terminate two factor authentication
|
||||
TerminateTwoFactorAuth,
|
||||
/// List initial webhook delivery attempts
|
||||
|
||||
Reference in New Issue
Block a user