From 57379d8e924e4fc4d5086600ecdcb302a57626e2 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 23 Apr 2023 20:17:55 +0800 Subject: [PATCH] Redirect user if not logged in --- web/src/App.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/App.js b/web/src/App.js index 67315021..7f6861e3 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -99,7 +99,9 @@ function App() { + + + } />