From d4072ec55ba8bb8c493cc10a443e8f8ac3f9d939 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Sun, 4 Apr 2021 16:09:51 +0200 Subject: [PATCH] fix(auth) : url page. --- client/src/components/Authentication.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/client/src/components/Authentication.js b/client/src/components/Authentication.js index 357486e8f..9eb01c6c1 100644 --- a/client/src/components/Authentication.js +++ b/client/src/components/Authentication.js @@ -7,7 +7,7 @@ import { FormattedMessage as T } from 'react-intl'; import Icon from 'components/Icon'; import { useIsAuthenticated } from 'hooks/state'; -import 'style/pages/Authentication/Auth.scss' +import 'style/pages/Authentication/Auth.scss'; function PageFade(props) { return ; @@ -26,13 +26,12 @@ export default function AuthenticationWrapper({ ...rest }) { ) : (
- - - +