fix delete account

This commit is contained in:
Emily
2024-06-06 15:08:55 +02:00
parent f8a3a5ce68
commit c15e5d966e
8 changed files with 97 additions and 52 deletions

View File

@@ -12,10 +12,7 @@ const eventsStackedSelectIndex = ref<number>(0);
const route = useRoute();
onMounted(async () => {
if (route.query.just_logged) {
return location.href = '/';
}
if (route.query.just_logged) return location.href = '/';
});