Can now switch between logging in and creating user
This commit is contained in:
parent
5a1dd33dfe
commit
9e2ef9cfdc
3 changed files with 33 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
<input id="password" class="login-field" type="password" placeholder="Password"></input>
|
||||
<input id="confirm" class="login-field" type="password" placeholder="Confirm your password"></input>
|
||||
<div id="login-buttons">
|
||||
<div id="create-user-button" class="ap-button login">Create Account</div>
|
||||
<div id="create-user-button" class="ap-button login">Create Account ></div>
|
||||
<div id="login-button" class="ap-button login">Login</div>
|
||||
</div>
|
||||
<p id="warning">WARNING! The security of this project is questionable at best. Please refrain from using any truly sensitive data.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue