Browse Source

fix: add oauth2 provider i18n text

***NO_CI***
Nicolas Giard 7 years ago
parent
commit
0f97ff7522
1 changed files with 2 additions and 1 deletions
  1. 2 1
      server/locales/en/auth.json

+ 2 - 1
server/locales/en/auth.json

@@ -28,5 +28,6 @@
     "github": "GitHub",
     "github": "GitHub",
     "slack": "Slack",
     "slack": "Slack",
     "ldap": "LDAP / Active Directory"
     "ldap": "LDAP / Active Directory"
+    "oauth2": "OAuth2"
   }
   }
-}
+}