|
|
@ -1,8 +1,8 @@
|
|
|
|
|
|
|
|
import globalMessages from '@app/i18n/globalMessages';
|
|
|
|
|
|
|
|
import OIDCAuth from '@app/utils/oidc';
|
|
|
|
import { LoginIcon } from '@heroicons/react/outline';
|
|
|
|
import { LoginIcon } from '@heroicons/react/outline';
|
|
|
|
import React, { useState } from 'react';
|
|
|
|
import { useState } from 'react';
|
|
|
|
import { defineMessages, useIntl } from 'react-intl';
|
|
|
|
import { defineMessages, useIntl } from 'react-intl';
|
|
|
|
import globalMessages from '../../i18n/globalMessages';
|
|
|
|
|
|
|
|
import OIDCAuth from '../../utils/oidc';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const messages = defineMessages({
|
|
|
|
const messages = defineMessages({
|
|
|
|
signinwithoidc: 'Sign In With {provider}',
|
|
|
|
signinwithoidc: 'Sign In With {provider}',
|
|
|
|