We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6470e48 commit e630de0Copy full SHA for e630de0
1 file changed
client/src/App.tsx
@@ -30,7 +30,7 @@ function App() {
30
31
const checkAuthStatus = async () => {
32
try {
33
- const token = storage.get('token');
+ const token = await storage.get('token');
34
if (!token) {
35
setIsAuthenticated(false);
36
setIsLoading(false);
0 commit comments