6076-2FA #70

Merged
juan merged 9 commits from 6076-2FA into dev 2023-08-10 07:42:05 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit ceb7642fb7 - Show all commits

View File

@ -40,7 +40,10 @@ async function onSubmit() {
router.push({ name: 'Dashboard' });
}
} catch (e) {
// console.log(e);
quasar.notify({
message: e.response?.data?.error.message,
type: 'negative',
});
}
}
</script>