Skip to content

Commit

Permalink
add more details to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Node-Karlsruhe committed Nov 17, 2022
1 parent b1cf0c4 commit e0bf97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Verify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default {
if (this.numberVerified == this.credentials.length) this.toast.success('All credentials could be verified!');
} catch (error) {
this.toast.error(`Something went wrong verifying the credentials!\n${error}`);
this.toast.error(`Something went wrong verifying the credentials!\n${error.response.data.error || error.response.data || error}`);
}
}
Expand Down

0 comments on commit e0bf97e

Please sign in to comment.