remove unnecessary
This commit is contained in:
@@ -9,9 +9,6 @@ export function useLogin(serviceUrl: string | undefined) {
|
|||||||
const authSession = await Browser.openAuthSessionAsync(
|
const authSession = await Browser.openAuthSessionAsync(
|
||||||
serviceUrl, // This isn't actually how this will work
|
serviceUrl, // This isn't actually how this will work
|
||||||
'bsky://login', // Replace this as well with the appropriate link
|
'bsky://login', // Replace this as well with the appropriate link
|
||||||
{
|
|
||||||
windowFeatures: {},
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if (authSession.type !== 'success') {
|
if (authSession.type !== 'success') {
|
||||||
|
|||||||
Reference in New Issue
Block a user