From 0f8485966984a4ee1cd28c7c19ae52e487e7574f Mon Sep 17 00:00:00 2001 From: Rich Date: Sat, 3 Jul 2021 06:58:23 +0100 Subject: [PATCH] . --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index d6e10ed..1b29d25 100644 --- a/app.py +++ b/app.py @@ -48,6 +48,7 @@ def passwd(): """ return html if request.method == "POST": + # needs to pass password through... so probably not the way to do it.. return redirect("/connect")