mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
refactor(authn): Enable cookies in Integ (#6599)
This commit is contained in:
@ -294,7 +294,7 @@ pub async fn connect_account(
|
||||
|
||||
pub async fn signout(
|
||||
state: SessionState,
|
||||
user_from_token: auth::UserFromToken,
|
||||
user_from_token: auth::UserIdFromAuth,
|
||||
) -> UserResponse<()> {
|
||||
tfa_utils::delete_totp_from_redis(&state, &user_from_token.user_id).await?;
|
||||
tfa_utils::delete_recovery_code_from_redis(&state, &user_from_token.user_id).await?;
|
||||
|
||||
Reference in New Issue
Block a user