Fix sign-in page errors, etc (#322)

* fix: store page redirect

* fix: silent fail passkey + error display

* fix: remove console log modal
This commit is contained in:
DecDuck
2026-01-19 06:34:03 +00:00
committed by GitHub
parent 61355e1da2
commit 2967e433ca
3 changed files with 12 additions and 8 deletions

View File

@@ -8,5 +8,5 @@ useHead({
});
const router = useRouter();
router.replace("/store");
router.push("/store");
</script>