We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724e76f commit 510a178Copy full SHA for 510a178
index.js
@@ -105,7 +105,7 @@ async function openAuth(
105
): Promise<AuthSessionResult> {
106
const inAppBrowserOptions = {
107
...options,
108
- animated: options.ephemeralWebSession !== undefined ? options.ephemeralWebSession : false,
+ ephemeralWebSession: options.ephemeralWebSession !== undefined ? options.ephemeralWebSession : false,
109
};
110
111
if (_authSessionIsNativelySupported()) {
0 commit comments