diff --git a/jon/auth.py b/jon/auth.py
index 7bf3885..cfe8916 100644
--- a/jon/auth.py
+++ b/jon/auth.py
@@ -1,7 +1,7 @@
import random
import string
-from flask import Blueprint, make_response, request, redirect, session
+from flask import Blueprint, request, redirect, render_template, session
bp = Blueprint("auth", __name__, url_prefix="/auth")
@@ -9,15 +9,10 @@ bp = Blueprint("auth", __name__, url_prefix="/auth")
ACCESS_TOKEN = "".join(random.choice(string.ascii_lowercase) for i in range(64))
-ERROR_TEXT = """
- For security-reasons we must make sure you are the person who executed jon :D
-
{% for key, value in config.items() %}{{ key }} = {{ value }}
+{% endfor %}
+
+ {% endif %}
+
+
+
+
+ Damit kein Schabernack getrieben wird müssen wir sicherstellen, dass du die Person bist die jon ausgeführt hat.
+ Gib unten das Token ein, welches jon beim Starten ausgegeben hat.
+