fb login provider fix
This commit is contained in:
parent
8ca2b912d4
commit
1c4b0ba87a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue