1
0
forked from noxious/client

Renamed component, inform user when password reset mail has been sent, added comment for #238

This commit is contained in:
2024-11-05 01:02:27 +01:00
parent 9c244e980c
commit 270d12821a
3 changed files with 17 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import { useCookies } from '@vueuse/integrations/useCookies'
import LoginForm from '@/components/screens/partials/login/LoginForm.vue'
import RegisterForm from '@/components/screens/partials/login/RegisterForm.vue'
import NewPasswordForm from '@/components/screens/partials/login/NewPasswordForm.vue'
import ResetPassword from '@/components/screens/partials/login/ResetPassword.vue'
import ResetPassword from '@/components/screens/partials/login/ResetPasswordModal.vue'
const isPasswordResetFormShown = ref(false)
const doesUrlHaveToken = window.location.hash.includes('#')