fb login provider fix

This commit is contained in:
Diamantis Tziotzios 2020-04-02 13:32:14 +03:00
parent 8ca2b912d4
commit 1c4b0ba87a
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ export class LoginComponent extends BaseComponent implements OnInit, AfterViewIn
error => this.loginService.onLogInError(error)
);
}
}, { scope: 'user_friends,email' });
}, { scope: 'email' });
}
public hasConfigurableProviders(): boolean {