From e4f27eb54e1139b201c6920a457bf3159991f6b2 Mon Sep 17 00:00:00 2001 From: Rafael Bradley <84998222+Nekidev@users.noreply.github.com> Date: Thu, 27 Feb 2025 00:33:41 -0300 Subject: [PATCH] Open browser window with `createTask: false`. Signed-off-by: Rafael Bradley <84998222+Nekidev@users.noreply.github.com> --- packages/rn/src/client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/rn/src/client.ts b/packages/rn/src/client.ts index 1e94b06..b5f5711 100644 --- a/packages/rn/src/client.ts +++ b/packages/rn/src/client.ts @@ -61,6 +61,7 @@ export class LogtoClient extends StandardLogtoClient { this.authSessionResult = undefined; this.authSessionResult = await WebBrowser.openAuthSessionAsync(url, redirectUri, { preferEphemeralSession: config.preferEphemeralSession ?? true, + createTask: false }); break; }