remove unnecessary

This commit is contained in:
Hailey
2024-04-02 15:57:48 -07:00
parent 6856b76656
commit 0c6eebf40b
-3
View File
@@ -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') {