@@ -219,7 +219,7 @@ from microsite_configuration import microsite
<divclass="form-actions form-third-party-auth">
% for enabled in provider.Registry.enabled():
% for enabled in provider.Registry.accepting_logins():
## Translators: provider_name is the name of an external, third-party user authentication provider (like Google or LinkedIn).
<buttontype="submit"class="button button-primary button-${enabled.provider_id} login-${enabled.provider_id}"onclick="thirdPartySignin(event, '${pipeline_url[enabled.provider_id]}');"><spanclass="icon fa ${enabled.icon_class}"></span>${_('Sign in with {provider_name}').format(provider_name=enabled.name)}</button>
% for enabled in provider.Registry.accepting_logins():
## Translators: provider_name is the name of an external, third-party user authentication service (like Google or LinkedIn).
<buttontype="submit"class="button button-primary button-${enabled.provider_id} register-${enabled.provider_id}"onclick="thirdPartySignin(event, '${pipeline_urls[enabled.provider_id]}');"><spanclass="icon fa ${enabled.icon_class}"></span>${_('Sign up with {provider_name}').format(provider_name=enabled.name)}</button>
@@ -32,7 +32,7 @@ from third_party_auth import pipeline
## Translators: clicking on this removes the link between a user's edX account and their account with an external authentication provider (like Google or LinkedIn).
## Translators: clicking on this creates a link between a user's edX account and their account with an external authentication provider (like Google or LinkedIn).