aboutsummaryrefslogtreecommitdiff
path: root/src/routes/Routes.tsx
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-01-21 14:45:25 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-01-21 14:46:19 -0800
commit2da3a183e49ef0a99d9f5d0420ed99db82a6204d (patch)
tree277bdffd5ce16ee6abde33b2dd2dcc2b095f4f36 /src/routes/Routes.tsx
parent30a7a34f8c5eb379de4e5ebe38cfeeb259f3f1e3 (diff)
done
Diffstat (limited to 'src/routes/Routes.tsx')
-rw-r--r--src/routes/Routes.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx
index a14f1576..536c7d04 100644
--- a/src/routes/Routes.tsx
+++ b/src/routes/Routes.tsx
@@ -33,7 +33,7 @@ const Routes: React.FC = () => {
});
if (!userId) {
- userLogin(dispatch, {userId: '', username: ''});
+ // userLogin(dispatch, {userId: '', username: ''});
} else {
SplashScreen.hide();
}