all repos — honk @ 17f165fdc15c97d400130dd6903e84d582bcc0c0

my fork of honk

views/oauthlogin.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
{{ template "header.html" . }}
<main>
<div class="info">
<h3>honk oauthorize</h3>
<form action="/oauth/authorize" 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>