Working nice, still looking kinda shit
This commit is contained in:
@@ -1,16 +1,2 @@
|
||||
<form method="POST" action="?/login">
|
||||
<label>
|
||||
Email
|
||||
<input name="email" type="email" />
|
||||
</label>
|
||||
<label>
|
||||
Password
|
||||
<input name="password" type="password" />
|
||||
</label>
|
||||
<label>
|
||||
Display name
|
||||
<input name="display_name" type="text" />
|
||||
</label>
|
||||
<button>Login</button>
|
||||
<button formaction="?/signup">Sign up</button>
|
||||
</form>
|
||||
<a href="/auth/login"><button>Login</button></a>
|
||||
<a href="/auth/singup"><button>Signup</button></a>
|
||||
Reference in New Issue
Block a user