Skip to content

Commit

Permalink
Update ClientConfigurationError.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithvi Kanherkar committed Nov 12, 2019
1 parent a030123 commit e6ee28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-core/src/error/ClientConfigurationError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const ClientConfigurationErrorMessage = {
},
noRedirectCallbacksSet: {
code: "no_redirect_callbacks",
desc: "No redirect callbacks have been set. Please call setRedirectCallbacks() with the appropriate function arguments before continuing. " +
desc: "No redirect callbacks have been set. Please call handleRedirectCallback() with the appropriate function arguments before continuing. " +
"More information is available here: https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL-basics."
},
invalidCallbackObject: {
Expand Down

0 comments on commit e6ee28c

Please sign in to comment.