From 30f251383c445afd821c9072d29006f26f544ae1 Mon Sep 17 00:00:00 2001 From: ezkemboi Date: Sat, 14 Nov 2020 16:03:26 +0300 Subject: [PATCH 1/3] descriptive message after pop-up blocked in browser --- src/app/views/authentication/Authentication.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/authentication/Authentication.tsx b/src/app/views/authentication/Authentication.tsx index 9a6e72769..7926dfea4 100644 --- a/src/app/views/authentication/Authentication.tsx +++ b/src/app/views/authentication/Authentication.tsx @@ -38,7 +38,7 @@ export class Authentication extends Component Date: Sat, 14 Nov 2020 16:13:23 +0300 Subject: [PATCH 2/3] fix lint --- src/app/views/authentication/Authentication.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/views/authentication/Authentication.tsx b/src/app/views/authentication/Authentication.tsx index 7926dfea4..09769fc27 100644 --- a/src/app/views/authentication/Authentication.tsx +++ b/src/app/views/authentication/Authentication.tsx @@ -38,7 +38,9 @@ export class Authentication extends Component Date: Mon, 16 Nov 2020 19:57:07 +0300 Subject: [PATCH 3/3] add message translation --- src/app/views/authentication/Authentication.tsx | 3 ++- src/messages/GE.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/views/authentication/Authentication.tsx b/src/app/views/authentication/Authentication.tsx index 09769fc27..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'; @@ -39,7 +40,7 @@ export class Authentication extends Component