mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Add noscript page to the embed blueprint
This commit is contained in:
@ -87,3 +87,7 @@ def signin_complete():
|
||||
@embed.route("/login_discord")
|
||||
def login_discord():
|
||||
return redirect(url_for("user.login_authenticated", redirect=url_for("embed.signin_complete", _external=True)))
|
||||
|
||||
@embed.route("/noscript")
|
||||
def noscript():
|
||||
return render_template("noscript.html.j2")
|
Reference in New Issue
Block a user