Skip to content

Commit

Permalink
Update typo in NAA unsupported error (#7168)
Browse files Browse the repository at this point in the history
Update typo in NAA unsupported error
  • Loading branch information
sameerag authored Jun 18, 2024
1 parent 0a905a9 commit 362442e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update error message typo in NAA errors",
"packageName": "@azure/msal-browser",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion lib/msal-browser/src/error/NestedAppAuthError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { AuthError } from "@azure/msal-common";
export const NestedAppAuthErrorMessage = {
unsupportedMethod: {
code: "unsupported_method",
desc: "The PKCE code challenge and verifier could not be generated.",
desc: "This method is not supported in nested app environment.",
},
};

Expand Down

0 comments on commit 362442e

Please sign in to comment.