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 4053bac85f
commit 1b897a737d
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ useHead({
});
const router = useRouter();
router.replace("/store");
router.push("/store");
</script>