This commit is contained in:
copyrighttxt
2026-08-03 16:16:44 -04:00
committed by GitHub
parent 02c22a1d56
commit 3447ebeefa
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ def login_page():
if not loginEnabled:
flash("Logins are temporarily disabled", "error")
login_page_response = make_response(render_template("login/login.html", loginEnabled=loginEnabled))
login_page_response = make_response(render_template("login/login.html", loginEnabled=loginEnabled, auth_page=True))
if request.cookies.get( key = ".ROBLOSECURITY", default = None, type = str ) is not None:
login_page_response.set_cookie(
key = ".ROBLOSECURITY",