chore: simplify admin login to email+password only
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user