From d4e31d96c02fbab94223ce17b9b65eb76f2e6e7c Mon Sep 17 00:00:00 2001 From: openhands Date: Thu, 12 Jun 2025 09:29:09 +0000 Subject: [PATCH] Add test button to login page --- web/app/signin/normalForm.tsx | 10 ++++++++++ web/i18n/en-US/login.ts | 1 + 2 files changed, 11 insertions(+) diff --git a/web/app/signin/normalForm.tsx b/web/app/signin/normalForm.tsx index f8c973a13f..6d177125dc 100644 --- a/web/app/signin/normalForm.tsx +++ b/web/app/signin/normalForm.tsx @@ -181,6 +181,16 @@ const NormalForm = () => { } + {/* Test Button */} +
+ +
+ {!systemFeatures.branding.enabled && <>
{t('login.tosDesc')} diff --git a/web/i18n/en-US/login.ts b/web/i18n/en-US/login.ts index 0beb631d24..b16d068820 100644 --- a/web/i18n/en-US/login.ts +++ b/web/i18n/en-US/login.ts @@ -9,6 +9,7 @@ const translation = { namePlaceholder: 'Your username', forget: 'Forgot your password?', signBtn: 'Sign in', + testButton: 'Test Button', continueWithCode: 'Continue With Code', sendVerificationCode: 'Send Verification Code', usePassword: 'Use Password',