Skip to content

Commit e8dc41d

Browse files
authored
Update __init__.py
1 parent 2780823 commit e8dc41d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def hello_world():
2020
def lecture():
2121
if not est_authentifie():
2222
# Rediriger vers la page d'authentification si l'utilisateur n'est pas authentifié
23-
return redirect(url_for('formulaire_authentification.html'))
23+
return redirect(url_for('authentification'))
2424

2525
# Si l'utilisateur est authentifié
2626
return "<h2>Bravo, vous êtes authentifié</h2>"

0 commit comments

Comments
 (0)