removed call to generate tokens as they will be generated on the server
parent
154910e853
commit
1672ed856d
|
@ -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);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue