feat(users): Add force_two_factor_auth environment variable (#6466)

This commit is contained in:
Mani Chandra
2024-11-05 19:13:11 +05:30
committed by GitHub
parent 95f2e0b8c5
commit 6b66cccd02
10 changed files with 17 additions and 4 deletions

View File

@ -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)]