also mark bijoe accesses as belonging to backoffice

This commit is contained in:
Frédéric Péters 2018-11-06 09:33:05 +01:00
parent cfec3e3683
commit 07d119713a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def is_coming_for(request):
if target_service:
if target_service.get('is-portal-agent'):
return 'backoffice'
if service_type in ('hobo', 'passerelle', 'welco', 'chrono'):
if service_type in ('hobo', 'passerelle', 'welco', 'chrono', 'bijoe'):
return 'backoffice'
break