Skip to content

Commit 510a178

Browse files
authored
Update index.js
Fix property name
1 parent 724e76f commit 510a178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function openAuth(
105105
): Promise<AuthSessionResult> {
106106
const inAppBrowserOptions = {
107107
...options,
108-
animated: options.ephemeralWebSession !== undefined ? options.ephemeralWebSession : false,
108+
ephemeralWebSession: options.ephemeralWebSession !== undefined ? options.ephemeralWebSession : false,
109109
};
110110

111111
if (_authSessionIsNativelySupported()) {

0 commit comments

Comments
 (0)