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') {