diff options
Diffstat (limited to 'client/app.jsx')
-rw-r--r-- | client/app.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/app.jsx b/client/app.jsx index a7de3cf..e1e4c03 100644 --- a/client/app.jsx +++ b/client/app.jsx @@ -26,6 +26,8 @@ export const App = () => { setLoading(false); }, []); + // before displaying anything try getting a token using cookies, + // can display a loading screen here if desired if (loading) return null; return ( |