diff --git a/web/src/App.js b/web/src/App.js index 8764d15..9e9c09f 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -340,7 +340,7 @@ class App extends Component { renderSigninIfNotSignedIn(component) { if (this.state.account === null) { sessionStorage.setItem("from", window.location.pathname); - return ; + window.location.replace(Setting.getSigninUrl()); } else if (this.state.account === undefined) { return null; } else {