apps: corrige une erreur dans les alternatives quand on log les connexions

This commit is contained in:
Benjamin Dauvergne 2017-11-21 11:45:33 +01:00
parent d4690c208f
commit fd21f3f2b2
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ class AppConfig(django.apps.AppConfig):
elif how == 'email':
msg = u'connection à l\'enregistrement ou par récupération de mot de passe'
method = 'PWD'
if how == 'oidc':
elif how == 'oidc':
msg = u'connection par le CUT agent'
method = 'AGENT'
else: