first working version
This commit is contained in:
parent
261ebed165
commit
c9dfecc519
21 changed files with 296 additions and 178 deletions
|
|
@ -9,7 +9,9 @@
|
|||
<div class="card-body">
|
||||
<form class="form-horizontal" action="/login" method="post">
|
||||
<input type="hidden" name="token" value="{{.Token}}">
|
||||
{{if .Data}}
|
||||
<input type="hidden" name="login_challenge" value="{{.Data.LoginChallenge}}">
|
||||
{{end}}
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="user">Username</label>
|
||||
<input class="form-control input-sm" type="text" id="user" name="user" value="{{.Data.User}}" autofocus required>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue