Reorganize repo into cargo workspace
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<div></div>
|
||||
<main>
|
||||
<div class="login-area">
|
||||
<h1>Log In</h1>
|
||||
<login-status></login-status>
|
||||
<form method="POST" action="/api/auth/login">
|
||||
<label>
|
||||
Username
|
||||
<input type="text" name="username" autocomplete="off" required>
|
||||
</label>
|
||||
<label>
|
||||
Password
|
||||
<input type="password" name="password" required>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" name="remember">
|
||||
Remember me
|
||||
</label>
|
||||
<input type="hidden" name="next" value="">
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
</div>
|
||||
</main>
|
||||
Reference in New Issue
Block a user