Skip to content

Commit 3ea4510

Browse files
committed
remove assign authResponse in FB.init
1 parent fcd43da commit 3ea4510

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/FacebookUtils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ const provider = {
5858
newOptions[key] = initOptions[key];
5959
}
6060
}
61-
newOptions.authResponse = authResponse;
62-
6361
// Suppress checks for login status from the browser.
6462
newOptions.status = false;
6563

0 commit comments

Comments
 (0)