Skip to content

Commit ed17743

Browse files
committed
Update untrustedAuthority error message
1 parent 0dddb02 commit ed17743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const ClientConfigurationErrorMessage = {
6666
},
6767
untrustedAuthority: {
6868
code: "untrusted_authority",
69-
desc: "The provided authority is not a trusted authority. If using B2C, please include this authority in the knownAuthorities config parameter."
69+
desc: "The provided authority is not a trusted authority. Please include this authority in the knownAuthorities config parameter."
7070
}
7171
};
7272

0 commit comments

Comments
 (0)