Merge remote-tracking branch 'origin/Development' into Development

This commit is contained in:
George Kalampokis 2020-04-02 17:23:27 +03:00
commit 6e9b711e15
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 {