mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(users): Add force_two_factor_auth environment variable (#6466)
This commit is contained in:
@ -211,6 +211,7 @@ pub struct TwoFactorAuthStatusResponseWithAttempts {
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize)]
|
||||
pub struct TwoFactorStatus {
|
||||
pub status: Option<TwoFactorAuthStatusResponseWithAttempts>,
|
||||
pub is_skippable: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user