Add ability to require 2FA for specific roles (including Everybody) (#37701)

This commit is contained in:
Claire
2026-02-11 15:34:09 +01:00
committed by GitHub
parent 3e1127d27b
commit dfe44bcaef
23 changed files with 184 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ module Settings
private
def require_otp_enabled
redirect_to settings_otp_authentication_path unless current_user.otp_enabled?
redirect_to settings_otp_authentication_path(params.permit(:oauth)) unless current_user.otp_enabled?
end
end
end