chore(admin-web/login): drop redundant tenant admin login subheading

The 欢迎回来 headline already conveys context; the secondary
"Tenant Admin Login" line added noise on the simplified login card.
Remove the paragraph and the now-unused i18n key.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-29 21:02:52 +08:00
parent 2f3055babd
commit 6a56935fb9
2 changed files with 0 additions and 2 deletions
@@ -91,7 +91,6 @@ const enUS = {
},
auth: {
welcomeBack: "Welcome back",
tenantAdminLogin: "Tenant Admin Login",
loginAndEnter: "Sign in to workspace",
email: "Email",
loginIdentifier: "Phone / Email",
-1
View File
@@ -29,7 +29,6 @@
</div>
<div class="header">
<h1>{{ t('auth.welcomeBack') }}</h1>
<p>{{ t('auth.tenantAdminLogin') }}</p>
</div>
<form @submit.prevent="handleSubmit" class="form">
<div class="field">