Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ def main_gui():
|
|
| 92 |
print("Session data:", session) # Debugging: check session contents
|
| 93 |
|
| 94 |
if "authenticated" not in session or not session["authenticated"]:
|
| 95 |
-
return redirect(url_for("
|
| 96 |
|
| 97 |
return render_template("proposed-GUI.html")
|
| 98 |
|
|
|
|
| 92 |
print("Session data:", session) # Debugging: check session contents
|
| 93 |
|
| 94 |
if "authenticated" not in session or not session["authenticated"]:
|
| 95 |
+
return redirect(url_for("password_page"))
|
| 96 |
|
| 97 |
return render_template("proposed-GUI.html")
|
| 98 |
|