chore: simplify admin login to email+password only

This commit is contained in:
OpenClaw Agent
2026-03-20 16:45:07 +08:00
parent 334bb75672
commit fb5f80cc20
2 changed files with 4 additions and 23 deletions

View File

@@ -12,10 +12,6 @@
<section id="loginCard" class="card">
<h2>Login</h2>
<div class="row">
<label>API Base URL</label>
<input id="apiBase" placeholder="https://cfdav.fnos.workers.dev" />
</div>
<div class="row">
<label>Email</label>
<input id="email" placeholder="admin@example.com" />
@@ -25,7 +21,6 @@
<input id="password" type="password" placeholder="******" />
</div>
<button id="loginBtn">Login</button>
<p class="hint">提示API Base 留空则默认同域(/api/admin</p>
</section>
<section id="app" class="hidden">