add loading of MNT-data from kverify

This commit is contained in:
lare 2022-11-17 06:43:43 +01:00
parent b305139033
commit 1770eeb201
7 changed files with 100 additions and 24 deletions

View file

@ -2,6 +2,12 @@
{% block content %}
{% if msg %}
<div style="background-color: red;">
{{msg}}
</div>
{% endif %}
<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"}}'>
@ -11,7 +17,8 @@
</form>
<form action="" method="post">
<input type="">
<input type="text" name="logincode" id="logincode">
<input type="submit" value="submit">
</form>
{% endblock %}