autopeering/web/frontend/login.html
lare c600c59af8 add "domain" option to config.json
add usages of the "domain" option
2022-11-12 17:36:11 +01:00

17 lines
No EOL
568 B
HTML

{% extends 'base.html' %}
{% block content %}
<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='{{"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>
</form>
<form action="" method="post">
<input type="">
</form>
{% endblock %}