fix: 🚑 Fix errors when logging in with incorrect credentials

This commit is contained in:
Jesse Wierzbinski 2024-04-28 13:48:03 -10:00
parent a2a2149776
commit 63cbe6bb82
No known key found for this signature in database
5 changed files with 99 additions and 92 deletions

View file

@ -7,7 +7,7 @@
<script setup lang="ts">
definePageMeta({
layout: "app",
})
});
const route = useRoute();
const client = useMegalodon();