Skip to content

Commit

Permalink
Fix error message reference (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-burgess committed Sep 11, 2023
1 parent e26febd commit 63c648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/oidc-utils.ts
Expand Up @@ -52,7 +52,7 @@ export class OidcClient {
throw new Error(
`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`
Error Message: ${error.message}`
)
})

Expand Down

0 comments on commit 63c648f

Please sign in to comment.