diff --git a/ui/src/components/users/RegisterForm.vue b/ui/src/components/users/RegisterForm.vue index f37ccd2..61f3df2 100644 --- a/ui/src/components/users/RegisterForm.vue +++ b/ui/src/components/users/RegisterForm.vue @@ -16,8 +16,8 @@ - @@ -50,6 +50,7 @@ import axios, { AxiosError } from 'axios'; import { inject, ref } from 'vue'; const visible = ref(false); +const visibleR = ref(false); const model = defineModel(); const authStore = useAuthStore();