You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getAccountByUsername() is a deprecated function, would it be possible to update the sample to the recommended getAccount() function? I think it's not exactly equivalent, but it would be awesome if current functions were used!
Thanks!
The text was updated successfully, but these errors were encountered:
Hey,
looking at the
handleLoggedInUser
function inMSALWrapper.ts
, I couldn't help but notice the following line:userAccount = this.msalInstance.getAccountByUsername(userEmail);
getAccountByUsername()
is a deprecated function, would it be possible to update the sample to the recommendedgetAccount()
function? I think it's not exactly equivalent, but it would be awesome if current functions were used!Thanks!
The text was updated successfully, but these errors were encountered: