We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2780823 commit e8dc41dCopy full SHA for e8dc41d
1 file changed
__init__.py
@@ -20,7 +20,7 @@ def hello_world():
20
def lecture():
21
if not est_authentifie():
22
# Rediriger vers la page d'authentification si l'utilisateur n'est pas authentifié
23
- return redirect(url_for('formulaire_authentification.html'))
+ return redirect(url_for('authentification'))
24
25
# Si l'utilisateur est authentifié
26
return "<h2>Bravo, vous êtes authentifié</h2>"
0 commit comments