nmagesh84
Results
1
issues of
nmagesh84
Hi, The getUser() method returns promise, when accessed to get the user details, it is always undefined. I'm connecting to Azure B2C tenant, to authenticate. this.service.getUser().then(userInfo => console.log(userInfo)); I get...