diff --git a/components/UserInterface/Button.vue b/components/UserInterface/Button.vue index 66706de..467b65e 100644 --- a/components/UserInterface/Button.vue +++ b/components/UserInterface/Button.vue @@ -1,14 +1,14 @@ - + {{ props.text }} - + + + \ No newline at end of file diff --git a/pages/register.vue b/pages/register.vue index 708fed0..36bdb53 100644 --- a/pages/register.vue +++ b/pages/register.vue @@ -86,6 +86,7 @@ const auth = useAuth(); const loggedIn = ref(await auth.getUser()); const query = new URLSearchParams(useRoute().query as Record); +query.delete("token"); const user = await useAuth().getUser(); diff --git a/pages/reset-password.vue b/pages/reset-password.vue new file mode 100644 index 0000000..8f869c4 --- /dev/null +++ b/pages/reset-password.vue @@ -0,0 +1,56 @@ + + + {{ errorValue }} + + + Password + + + + + + + + + Already have an account? Log in! + + + + + + + \ No newline at end of file