removed call to generate tokens as they will be generated on the server

pull/1/head
Chris Veilleux 2019-02-04 15:11:11 -06:00
parent 154910e853
commit 1672ed856d
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ export class LoginComponent implements OnInit {
socialLoginData = <SocialLoginData>parsedQuery;
this.authService.generateExternalLoginTokens(socialLoginData).subscribe(
(response) => {
this.authService.generateTokenCookies(response);
this.authService.navigateToRedirectURI(noDelay);
}
);