We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da205d commit ab151b5Copy full SHA for ab151b5
pages/register.vue
@@ -58,7 +58,7 @@
58
<script setup lang="ts">
59
import { ref } from "vue";
60
61
-import { useAuthStore } from "~/utils/authStore";
+import { useAuthStore } from "~/store/auth";
62
63
const userStore = useAuthStore();
64
0 commit comments