diff options
Diffstat (limited to 'FrontEnd/src/app/index.tsx')
-rw-r--r-- | FrontEnd/src/app/index.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FrontEnd/src/app/index.tsx b/FrontEnd/src/app/index.tsx index 64a2cd1f..fb0c8899 100644 --- a/FrontEnd/src/app/index.tsx +++ b/FrontEnd/src/app/index.tsx @@ -14,4 +14,8 @@ import App from "./App"; import "./palette"; +import { userService } from "./services/user"; + +void userService.checkLoginState(); + ReactDOM.render(<App />, document.getElementById("app")); |