diff --git a/lms/templates/header/navbar-not-authenticated.html b/lms/templates/header/navbar-not-authenticated.html index 61448b73bd84..a82c9c99a99e 100644 --- a/lms/templates/header/navbar-not-authenticated.html +++ b/lms/templates/header/navbar-not-authenticated.html @@ -9,8 +9,6 @@ from django.conf import settings from django.urls import reverse from django.utils.translation import gettext as _ - -from openedx.core.djangoapps.user_authn.toggles import should_redirect_to_authn_microfrontend %> <% @@ -19,7 +17,6 @@ allows_login = not settings.FEATURES['DISABLE_LOGIN_BUTTON'] and not combined_login_and_register can_discover_courses = settings.FEATURES.get('ENABLE_COURSE_DISCOVERY') allow_public_account_creation = static.get_value('ALLOW_PUBLIC_ACCOUNT_CREATION', settings.FEATURES.get('ALLOW_PUBLIC_ACCOUNT_CREATION')) and settings.FEATURES.get('SHOW_REGISTRATION_LINKS', True) - should_redirect_to_authn_mfe = should_redirect_to_authn_microfrontend() %>