mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(users): add endpoint to check 2fa status (#4810)
This commit is contained in:
@ -414,6 +414,8 @@ pub enum Flow {
|
||||
RecoveryCodesGenerate,
|
||||
// Terminate two factor authentication
|
||||
TerminateTwoFactorAuth,
|
||||
// Check 2FA status
|
||||
TwoFactorAuthStatus,
|
||||
/// List initial webhook delivery attempts
|
||||
WebhookEventInitialDeliveryAttemptList,
|
||||
/// List delivery attempts for a webhook event
|
||||
|
||||
Reference in New Issue
Block a user