added 3 login tests

This commit is contained in:
2025-06-30 14:02:22 +02:00
parent a50d1946ce
commit 1009ebfc1e
7 changed files with 127 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
<title>Summary | GUDLFT Registration</title>
</head>
<body>
<h2>Welcome, {{club['email']}} </h2><a href="{{url_for('logout')}}">Logout</a>
<h2>Welcome, {{club['email']}}</h2><a href="{{url_for('logout')}}">Logout</a>
{% with messages = get_flashed_messages()%}
{% if messages %}
@@ -33,4 +33,4 @@
{%endwith%}
</body>
</html>
</html>