From a7185ff91349fd488cefcb830de704b466df0e12 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Thu, 4 Dec 2025 21:28:42 -0500 Subject: [PATCH] add auth info tip --- messages/en-US.json | 1 + src/components/LoginForm.tsx | 9 +++++++++ 2 files changed, 10 insertions(+) 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 && (