fix auth page action

This commit is contained in:
Niko Abeler 2022-11-05 20:24:28 +01:00
parent 2246cad5df
commit 269262b381
1 changed files with 1 additions and 1 deletions

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}}">