fix login page 404 in single instance mode. fixes #16

This commit is contained in:
Ryan Stafford 2023-07-07 12:26:29 -04:00
parent 8e270007f4
commit 7760d7c226

View file

@ -85,7 +85,7 @@
{{ end }} {{ end }}
<div> <div>
<h2>login</h2> <h2>login</h2>
<form method="POST" action="/{{host .Host}}/login"> <form method="POST" action="/{{ .Host}}/login">
<label> <label>
username username
<div><input required name="username" type="text"></div> <div><input required name="username" type="text"></div>