From 8b23d012ebe992cc607e1055ed648f4702132c01 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 19 Oct 2018 20:05:40 -0500 Subject: [PATCH] don't return Layout while authenticating --- embark-ui/src/containers/AppContainer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/embark-ui/src/containers/AppContainer.js b/embark-ui/src/containers/AppContainer.js index 531ef9a9..10782171 100644 --- a/embark-ui/src/containers/AppContainer.js +++ b/embark-ui/src/containers/AppContainer.js @@ -103,6 +103,8 @@ class AppContainer extends Component { renderBody() { if (this.shouldRenderLogin()) { return ; + } else if (this.props.credentials.authenticating) { + return
; } return (