This commit is contained in:
Rich
2021-07-03 06:58:23 +01:00
parent e8c3346f99
commit 0f84859669

1
app.py
View File

@@ -48,6 +48,7 @@ def passwd():
</html>"""
return html
if request.method == "POST":
# needs to pass password through... so probably not the way to do it..
return redirect("/connect")