mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix delete account
This commit is contained in:
@@ -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 = '/';
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user