Fixed bug with bad initial loading into store instead of auth

This commit is contained in:
quexeky
2024-10-17 21:14:10 +11:00
parent bf46dec359
commit 3923acf780
3 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,4 @@
<template />
<script setup lang="ts">
const router = useRouter();
router.replace("/store");
</script>