diff --git a/frontend/src/views/Verify.vue b/frontend/src/views/Verify.vue index a016784..7797c0a 100644 --- a/frontend/src/views/Verify.vue +++ b/frontend/src/views/Verify.vue @@ -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}`); } }