Skip to content

Commit

Permalink
refactor(users): Force 2FA in production environment (juspay#6596)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMani authored and AmeyWale-HS committed Nov 26, 2024
1 parent e79ddd5 commit 562321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deployments/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ password_validity_in_days = 90
two_factor_auth_expiry_in_secs = 300
totp_issuer_name = "Hyperswitch Production"
base_url = "https://live.hyperswitch.io"
force_two_factor_auth = false
force_two_factor_auth = true

[frm]
enabled = false
Expand Down

0 comments on commit 562321d

Please sign in to comment.