|
@@ -6,7 +6,6 @@ import { useTranslation } from 'next-i18next';
|
|
|
const authIcon = {
|
|
const authIcon = {
|
|
|
[IExternalAuthProviderType.google]: <span className="growi-custom-icons align-bottom">google</span>,
|
|
[IExternalAuthProviderType.google]: <span className="growi-custom-icons align-bottom">google</span>,
|
|
|
[IExternalAuthProviderType.github]: <span className="growi-custom-icons align-bottom">github</span>,
|
|
[IExternalAuthProviderType.github]: <span className="growi-custom-icons align-bottom">github</span>,
|
|
|
- [IExternalAuthProviderType.facebook]: <span className="growi-custom-icons align-bottom">facebook</span>,
|
|
|
|
|
[IExternalAuthProviderType.oidc]: <span className="growi-custom-icons align-bottom">openid</span>,
|
|
[IExternalAuthProviderType.oidc]: <span className="growi-custom-icons align-bottom">openid</span>,
|
|
|
[IExternalAuthProviderType.saml]: <span className="material-symbols-outlined align-bottom">key</span>,
|
|
[IExternalAuthProviderType.saml]: <span className="material-symbols-outlined align-bottom">key</span>,
|
|
|
};
|
|
};
|
|
@@ -14,7 +13,6 @@ const authIcon = {
|
|
|
const authLabel = {
|
|
const authLabel = {
|
|
|
[IExternalAuthProviderType.google]: 'Google',
|
|
[IExternalAuthProviderType.google]: 'Google',
|
|
|
[IExternalAuthProviderType.github]: 'GitHub',
|
|
[IExternalAuthProviderType.github]: 'GitHub',
|
|
|
- [IExternalAuthProviderType.facebook]: 'Facebook',
|
|
|
|
|
[IExternalAuthProviderType.oidc]: 'OIDC',
|
|
[IExternalAuthProviderType.oidc]: 'OIDC',
|
|
|
[IExternalAuthProviderType.saml]: 'SAML',
|
|
[IExternalAuthProviderType.saml]: 'SAML',
|
|
|
};
|
|
};
|