aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-02-02 10:37:20 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-02-02 10:37:20 -0800
commit324bd5430e68f9e1c4ae93246b0d7950047bd00f (patch)
tree1696900f178d5ac15bd812f0e0d0a41ab6536ac0 /src/routes
parent7a09cc96bf1fe468a612bb44362bbef24fccc773 (diff)
Done
Diffstat (limited to 'src/routes')
-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();
}