From 5fe330cd79be034e41f9c5181455e50e8c2fc5c1 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 22 Sep 2024 02:17:43 +0100 Subject: feature(mobile): Allow users to login with API keys in the mobile app --- apps/mobile/app/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/mobile/app/index.tsx') diff --git a/apps/mobile/app/index.tsx b/apps/mobile/app/index.tsx index dbbea97e..702269a5 100644 --- a/apps/mobile/app/index.tsx +++ b/apps/mobile/app/index.tsx @@ -11,6 +11,6 @@ export default function App() { } else if (isLoggedIn) { return ; } else { - return ; + return ; } } -- cgit v1.2.3-70-g09d2