diff --git a/frontend/src/components/Authentication/Login.vue b/frontend/src/components/Authentication/Login.vue index 8ffcc14..dbd7681 100644 --- a/frontend/src/components/Authentication/Login.vue +++ b/frontend/src/components/Authentication/Login.vue @@ -9,7 +9,7 @@ import { useSpaceStore } from "@/stores/SpaceStore"; import { usePostStore } from "@/stores/PostStore"; const spaceStore = useSpaceStore(); - const postStore = usePostStore(); +const postStore = usePostStore(); const username = ref(''); @@ -54,6 +54,7 @@ function recover(){ diff --git a/frontend/src/components/Authentication/Register.vue b/frontend/src/components/Authentication/Register.vue index 8414a11..a7f782f 100644 --- a/frontend/src/components/Authentication/Register.vue +++ b/frontend/src/components/Authentication/Register.vue @@ -65,6 +65,7 @@ async function register() {