Skip to content

Commit

Permalink
Update connection name in CONNECTION_NAMES dict
Browse files Browse the repository at this point in the history
  • Loading branch information
ctbfourone committed Jan 12, 2024
1 parent 981ac58 commit 1ede6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/oidc_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _get_connection_name(self, connection):
CONNECTION_NAMES = {
"google-oauth2": "Google",
"github": "GitHub",
"firefoxaccounts": "Firefox Accounts",
"firefoxaccounts": "Mozilla Accounts",
"Mozilla-LDAP-Dev": "LDAP",
"Mozilla-LDAP": "LDAP",
"email": "passwordless email",
Expand Down

0 comments on commit 1ede6e6

Please sign in to comment.