From e207fd243be5fe96153ae0a3db18ceb76f4c3139 Mon Sep 17 00:00:00 2001 From: Yaodong Yu <2814461814@qq.com> Date: Tue, 6 Dec 2022 14:00:17 +0800 Subject: [PATCH] feat: fix CSS issue that login error pages are not centered (#1371) --- web/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/App.js b/web/src/App.js index 1cd70912..27a13f26 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -648,7 +648,7 @@ class App extends Component { return ( <> - + this.renderHomeIfLoggedIn()} /> this.renderHomeIfLoggedIn( {this.onUpdateAccount(account);}} />)} />