diff --git a/messages/en-US.json b/messages/en-US.json index 4f8a2633..3a6eff5a 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1112,6 +1112,7 @@ "create": "Create", "orgs": "Organizations", "loginError": "An error occurred while logging in", + "loginRequiredForDevice": "Login is required to authenticate your device.", "passwordForgot": "Forgot your password?", "otpAuth": "Two-Factor Authentication", "otpAuthDescription": "Enter the code from your authenticator app or one of your single-use backup codes.", diff --git a/src/components/LoginForm.tsx b/src/components/LoginForm.tsx index 7b8235a1..87105861 100644 --- a/src/components/LoginForm.tsx +++ b/src/components/LoginForm.tsx @@ -361,6 +361,15 @@ export default function LoginForm({ return (
+ {forceLogin && ( + + + + {t("loginRequiredForDevice")} + + + )} + {showSecurityKeyPrompt && (