jinxymon

Results 2 comments of jinxymon

> I'm facing the same issue. A workaround might be to display a warning if 3rd party cookies are blocked. Is there a way to check this? > > EDIT;...

> It's just a workaround, but it looks like this: > > ``` > this.socialAuthService.signIn(GoogleLoginProvider.PROVIDER_ID) > .then(x => { > //console.log('success', x) > }, err => { > this.dialogs.openMessageDialog( >...