diff --git a/src/authentic2_gnm/templatetags/gnm.py b/src/authentic2_gnm/templatetags/gnm.py index 7887c33..36c121a 100644 --- a/src/authentic2_gnm/templatetags/gnm.py +++ b/src/authentic2_gnm/templatetags/gnm.py @@ -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