diff options
| author | Ashm Walia <ashmwalia@outlook.com> | 2021-02-02 10:37:20 -0800 |
|---|---|---|
| committer | Ashm Walia <ashmwalia@outlook.com> | 2021-02-02 10:37:20 -0800 |
| commit | 324bd5430e68f9e1c4ae93246b0d7950047bd00f (patch) | |
| tree | 1696900f178d5ac15bd812f0e0d0a41ab6536ac0 /src/routes | |
| parent | 7a09cc96bf1fe468a612bb44362bbef24fccc773 (diff) | |
Done
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/Routes.tsx | 2 |
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(); } |
