Przeglądaj źródła

fix: add oauth2 provider i18n text

***NO_CI***
Nicolas Giard 7 lat temu
rodzic
commit
0f97ff7522
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      server/locales/en/auth.json

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

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