mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(users): Changes for Home and Signout APIs for TOTP Redis flows (#4851)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -165,7 +165,10 @@ pub struct GetUserDetailsResponse {
|
||||
#[serde(skip_serializing)]
|
||||
pub user_id: String,
|
||||
pub org_id: String,
|
||||
pub is_two_factor_auth_setup: bool,
|
||||
pub recovery_codes_left: Option<usize>,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize)]
|
||||
pub struct GetUserRoleDetailsRequest {
|
||||
pub email: pii::Email,
|
||||
|
||||
Reference in New Issue
Block a user