We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a108321 commit 060267cCopy full SHA for 060267c
articles/active-directory/develop/msal-error-handling-js.md
@@ -100,7 +100,7 @@ myMSALObj.acquireTokenSilent(request).then(function (response) {
100
// call API
101
}).catch( function (error) {
102
// call acquireTokenPopup in case of acquireTokenSilent failure
103
- // due interaction required
+ // due to interaction required
104
if (error instanceof InteractionRequiredAuthError) {
105
myMSALObj.acquireTokenPopup(request).then(
106
function (response) {
0 commit comments