[hotfix][web] add config["base-dir"] to work in subdirs
This commit is contained in:
parent
a0254de86c
commit
60d1eb4a1a
3 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue