[hotfix][web] add config["base-dir"] to work in subdirs

This commit is contained in:
lare 2022-12-27 19:01:07 +01:00
parent a0254de86c
commit 144c724215
2 changed files with 4 additions and 3 deletions

View file

@ -11,7 +11,7 @@
type="hidden"
id="return"
name="return"
value='{{config["domain"]+"/api/auth/kverify"}}'
value='{{config["domain"]+config["base-dir"]+"api/auth/kverify"}}'
/>
<button
type="submit"