apps: ne pas journaliser les "switch"

This commit is contained in:
Benjamin Dauvergne 2017-11-23 10:57:01 +01:00
parent 06881d2484
commit 078f1e5f4e
1 changed files with 2 additions and 0 deletions

View File

@ -511,6 +511,8 @@ class AppConfig(django.apps.AppConfig):
elif how == 'oidc':
msg = u'connexion'
method = 'AGENT'
elif how == 'switch':
return
else:
msg = u'connexion how:%s' % how
method = how.upper()