From 90e2d0d72a20b4dd930ee9fadb0bbcda1b179b95 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 17 Apr 2020 14:44:18 -0700 Subject: [PATCH] Fix positioning of the loading bar when logging in --- resources/scripts/routers/AuthenticationRouter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/routers/AuthenticationRouter.tsx b/resources/scripts/routers/AuthenticationRouter.tsx index 60919d2be..a7c687eef 100644 --- a/resources/scripts/routers/AuthenticationRouter.tsx +++ b/resources/scripts/routers/AuthenticationRouter.tsx @@ -7,7 +7,7 @@ import LoginCheckpointContainer from '@/components/auth/LoginCheckpointContainer import NotFound from '@/components/screens/NotFound'; export default ({ location, history, match }: RouteComponentProps) => ( -
+