diff --git a/src/app/views/authentication/Authentication.tsx b/src/app/views/authentication/Authentication.tsx index 9a6e72769..a85e46ed1 100644 --- a/src/app/views/authentication/Authentication.tsx +++ b/src/app/views/authentication/Authentication.tsx @@ -9,6 +9,7 @@ import { Mode } from '../../../types/enums'; import * as authActionCreators from '../../services/actions/auth-action-creators'; import * as queryStatusActionCreators from '../../services/actions/query-status-action-creator'; import { logIn } from '../../services/graph-client/msal-service'; +import { translateMessage } from '../../utils/translate-messages'; import { classNames } from '../classnames'; import { showSignInButtonOrProfile } from './auth-util-components'; import { authenticationStyles } from './Authentication.styles'; @@ -38,7 +39,9 @@ export class Authentication extends Component