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")