Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def check_password():
|
|
| 86 |
@app.route("/mainGUI", methods=["GET", "POST"])
|
| 87 |
def main_gui():
|
| 88 |
if "authenticated" not in session or not session["authenticated"]:
|
| 89 |
-
return redirect(url_for("
|
| 90 |
return render_template("proposed-GUI.html")
|
| 91 |
|
| 92 |
|
|
|
|
| 86 |
@app.route("/mainGUI", methods=["GET", "POST"])
|
| 87 |
def main_gui():
|
| 88 |
if "authenticated" not in session or not session["authenticated"]:
|
| 89 |
+
return redirect(url_for("password_page"))
|
| 90 |
return render_template("proposed-GUI.html")
|
| 91 |
|
| 92 |
|