Update login button and todo
This commit is contained in:
parent
89928841bc
commit
ddb1b83dd1
@ -8,5 +8,7 @@ Warrant canary available at /etc/ttyserver/canary
|
|||||||
|
|
||||||
* [ ] Descriptive pubkey upload responses
|
* [ ] Descriptive pubkey upload responses
|
||||||
* [ ] Fix OAuth Process (Invalid showing up)
|
* [ ] Fix OAuth Process (Invalid showing up)
|
||||||
* [ ] Change Sign Up to Log In
|
* [X] Change Sign Up to Log In
|
||||||
* [ ] UI to manage user's pubkeys
|
* [ ] UI to manage user's pubkeys
|
||||||
|
* [ ] Web Notifications for user activity
|
||||||
|
* [ ] Web UI to opt into [Gemini Web Proxy](https://git.corrupt.link/maddiefuzz/skeksis)
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="row button">
|
<div class="row button">
|
||||||
<button id="bttn" class="keyButton" onclick="beginOauth()">Create Account</button>
|
<button id="bttn" class="keyButton" onclick="beginOauth()">Log In</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="row copyright">
|
<div class="row copyright">
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user