Skip to content

Commit

Permalink
make dedicated suspension message
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <christian.fries@eecc.de>
  • Loading branch information
F-Node-Karlsruhe committed Nov 14, 2023
1 parent d07ee80 commit 4356c5e
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 @@ -207,7 +207,7 @@ export default {
credentialResult.status = message;
if (credentialResult.revoked) this.toast.warning(`${credential.type[1] || credential.type[0]} is revoked!`);
if (credentialResult.suspended) this.toast.warning(`${credential.type[1] || credential.type[0]} is suspended!`);
else this.toast.error(`Verification of ${credential.type[1] || credential.type[0]} failed!\n${message}`);
} else {
Expand Down

0 comments on commit 4356c5e

Please sign in to comment.