Skip to content

Commit

Permalink
refactor(users): Force 2FA in production environment (#6596)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMani authored and Sayak Bhattacharya committed Nov 26, 2024
1 parent 2f65453 commit 9fc0e65
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 @@ -150,7 +150,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 9fc0e65

Please sign in to comment.