refs #6076 feat(twoFactor): show error
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-08-04 13:33:10 +02:00
parent f01fe1c922
commit ceb7642fb7
1 changed files with 4 additions and 1 deletions

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>