Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BramMeir committed May 20, 2024
1 parent 07ebf58 commit 0f704c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/authentication/VerifyView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { addErrorMessage } = useMessagesStore();
onMounted(async () => {
// Try catch block to catch any errors that might occur during the login process
try{
try {
await login(query.ticket as string);
} catch (error) {
addErrorMessage(t('toasts.messages.error'), t('toasts.messages.login.error'));
Expand Down

0 comments on commit 0f704c9

Please sign in to comment.