add "domain" option to config.json
add usages of the "domain" option
This commit is contained in:
parent
9fa16e1ac9
commit
e8c9c25a01
4 changed files with 18 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<form action="https://dn42.g-load.eu/auth/">
|
||||
<link rel="stylesheet" href="https://dn42.g-load.eu/auth/assets/button-font/auth.css">
|
||||
<input type="hidden" id="return" name="return" value="{{return_addr}}">
|
||||
<input type="hidden" id="return" name="return" value='{{"http://"+config["domain"]+"/api/auth/kverify"}}'>
|
||||
<button type="submit" class="kioubit-btn kioubit-btn-primary kioubit-btn-dark kioubit-btn-main">
|
||||
<span class="icon-kioubit-auth"></span>Authenticate with Kioubit.dn42
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue