all repos — honk @ 5bdd51a32c506d15ec6d4a3e0b43c3fc91bd60da

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Tue, 26 Sep 2023 00:24:21 +0300
commit

5bdd51a32c506d15ec6d4a3e0b43c3fc91bd60da

parent

9863222e3d1eca86243a5e9e45970ea0fff4b939

1 files changed, 12 insertions(+), 0 deletions(-)

jump to
A views/oauthlogin.html

@@ -0,0 +1,12 @@

+{{ template "header.html" . }} +<main> +<div class="info"> +<h3>honk oauthorize</h3> +<form action="/dologin" method="POST"> + <p><input tabindex=1 type="text" name="username" autocomplete=off> - username + <p><input tabindex=1 type="password" name="password"> - password + <input type="hidden" name="gettoken" value="1" /> + <p><button tabindex=1 name="login" value="login">login</button> +</form> +</div> +</main>