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:
@@ -91,7 +91,6 @@ const enUS = {
|
|||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
welcomeBack: "Welcome back",
|
welcomeBack: "Welcome back",
|
||||||
tenantAdminLogin: "Tenant Admin Login",
|
|
||||||
loginAndEnter: "Sign in to workspace",
|
loginAndEnter: "Sign in to workspace",
|
||||||
email: "Email",
|
email: "Email",
|
||||||
loginIdentifier: "Phone / Email",
|
loginIdentifier: "Phone / Email",
|
||||||
|
|||||||
@@ -29,7 +29,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>{{ t('auth.welcomeBack') }}</h1>
|
<h1>{{ t('auth.welcomeBack') }}</h1>
|
||||||
<p>{{ t('auth.tenantAdminLogin') }}</p>
|
|
||||||
</div>
|
</div>
|
||||||
<form @submit.prevent="handleSubmit" class="form">
|
<form @submit.prevent="handleSubmit" class="form">
|
||||||
<div class="field">
|
<div class="field">
|
||||||
|
|||||||
Reference in New Issue
Block a user