IndieAuth #25

Merged
h4kor merged 19 commits from auth into master 2022-11-07 19:38:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 269262b381 - Show all commits

View File

@ -1,6 +1,6 @@
<h2>Authorization for {{.ClientId}}</h2>
<form action="" method="post">
<form action="verify/" method="post">
<label for="password">Password</label>
<input type="password" name="password" placeholder="Password">
<input type="hidden" name="client_id" value="{{.ClientId}}">