Skip to content

Commit

Permalink
Open browser window with createTask: false.
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Bradley <84998222+Nekidev@users.noreply.github.com>
  • Loading branch information
Nekidev authored Feb 27, 2025
1 parent 491a972 commit e4f27eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rn/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e4f27eb

Please sign in to comment.