fix(login): allow username login by changing input type from email to text
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -130,7 +130,7 @@ async function handleRegister() {
|
||||
<div class="field-group">
|
||||
<label class="field-label">// OPERATOR ID</label>
|
||||
<div class="field-input">
|
||||
<input v-model="email" type="email" placeholder="operator@jarvis.ai" required />
|
||||
<input v-model="email" type="text" placeholder="admin@example.com 或 admin" required />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user