Skip to content

Commit bed51b2

Browse files
committed
add aka.ms link in errors
1 parent 11725f5 commit bed51b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-common/src/error/ClientConfigurationError.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const ClientConfigurationErrorMessage = {
8383
},
8484
invalidAzureCloudInstance: {
8585
code: "invalid_azure_cloud_instance",
86-
desc: "Invalid AzureCloudInstance provided. Please refer MSAL JS docs for valid values"
86+
desc: "Invalid AzureCloudInstance provided. Please refer MSAL JS docs: aks.ms/msaljs/azure_cloud_instance for valid values"
8787
},
8888
missingSshJwk: {
8989
code: "missing_ssh_jwk",

0 commit comments

Comments
 (0)