-
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<div class="auth-card">
|
||||
<p class="eyebrow">Administrator access</p>
|
||||
<h2>Welcome back</h2>
|
||||
<p class="muted">Sign in to continue planning.</p>
|
||||
<form method="post" class="stack-form">
|
||||
<?= csrf_field() ?>
|
||||
<input type="hidden" name="action" value="login">
|
||||
<label>Email address<input type="email" name="email" required autocomplete="email"></label>
|
||||
<label>Password<input type="password" name="password" required autocomplete="current-password"></label>
|
||||
<button class="button primary full" type="submit">Sign in</button>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user