From 0c6eebf40b379e41ff11f8fa82ae916a3e958066 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 2 Apr 2024 15:57:48 -0700 Subject: [PATCH] remove unnecessary --- src/screens/Login/hooks/useLogin.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/screens/Login/hooks/useLogin.ts b/src/screens/Login/hooks/useLogin.ts index b973209566..954b0060f8 100644 --- a/src/screens/Login/hooks/useLogin.ts +++ b/src/screens/Login/hooks/useLogin.ts @@ -9,9 +9,6 @@ export function useLogin(serviceUrl: string | undefined) { const authSession = await Browser.openAuthSessionAsync( serviceUrl, // This isn't actually how this will work 'bsky://login', // Replace this as well with the appropriate link - { - windowFeatures: {}, - }, ) if (authSession.type !== 'success') {