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 bfbae78 commit 5105b7aCopy full SHA for 5105b7a
src/FacebookUtils.js
@@ -42,11 +42,6 @@ const provider = {
42
43
restoreAuthentication(authData) {
44
if (authData) {
45
- const expiration = parseDate(authData.expiration_date);
46
- const expiresIn = expiration ?
47
- (expiration.getTime() - new Date().getTime()) / 1000 :
48
- 0;
49
-
50
const newOptions = {};
51
if (initOptions) {
52
for (const key in initOptions) {
0 commit comments