fix typo in configuration-auth.controller.js (#4516)

GithHub -> GitHub
This commit is contained in:
Jake McDermott 2016-12-19 18:00:06 -05:00 committed by GitHub
parent 1fb3986889
commit 131eb3832a

View File

@ -101,7 +101,7 @@ export default [
{label: i18n._('Azure AD'), value: 'azure'},
{label: i18n._('GitHub'), value: 'github'},
{label: i18n._('GitHub Org'), value: 'github_org'},
{label: i18n._('GithHub Team'), value: 'github_team'},
{label: i18n._('GitHub Team'), value: 'github_team'},
{label: i18n._('Google OAuth2'), value: 'google_oauth'},
{label: i18n._('LDAP'), value: 'ldap'},
{label: i18n._('RADIUS'), value: 'radius'},