Marthee commited on
Commit
6a83965
·
verified ·
1 Parent(s): 02f517d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("gui2.html"))
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