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',