Skip to content

Commit

Permalink
Merge pull request #3159 from kiva/VUE-650-fix
Browse files Browse the repository at this point in the history
VUE-650 use correct component property for error code
  • Loading branch information
emuvente authored Aug 11, 2021
2 parents be1a54f + c3b6246 commit edc6444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
},
created() {
logFormatter(
`Auth0 authentication error: ${this.error}: ${this.errorDescription}`,
`Auth0 authentication error: ${this.errorCode}: ${this.errorDescription}`,
'warn',
{ ...this.$route.query }
);
Expand Down

0 comments on commit edc6444

Please sign in to comment.