Fix
This commit is contained in:
@@ -52,18 +52,18 @@
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import AuthShell from '@/features/auth/components/AuthShell.vue'
|
||||
import AuthHeading from '@/features/auth/components/AuthHeading.vue'
|
||||
import AuthCopyright from '@/features/auth/components/AuthCopyright.vue'
|
||||
import BaseButton from '@/components/BaseButton.vue'
|
||||
import TextField from '@/components/form/TextField.vue'
|
||||
import PasswordField from '@/components/form/PasswordField.vue'
|
||||
import SvgIcon from '@/components/icons/SvgIcon.vue'
|
||||
import useYup from '@/composables/useYup'
|
||||
import useAuth from '@/composables/useAuth'
|
||||
import { useResetPasswordMutation } from '@/services/query/auth'
|
||||
import { useRedirectAfterLogin } from '@/features/auth/composables/useRedirectAfterLogin'
|
||||
import BaseButton from '@/components/BaseButton.vue'
|
||||
import SvgIcon from '@/components/icons/SvgIcon.vue'
|
||||
import TextField from '@/components/form/TextField.vue'
|
||||
import { resetPasswordSchema } from '@/features/auth/schema'
|
||||
import PasswordField from '@/components/form/PasswordField.vue'
|
||||
import AuthShell from '@/features/auth/components/AuthShell.vue'
|
||||
import { useResetPasswordMutation } from '@/services/query/auth'
|
||||
import AuthHeading from '@/features/auth/components/AuthHeading.vue'
|
||||
import AuthCopyright from '@/features/auth/components/AuthCopyright.vue'
|
||||
import { useRedirectAfterLogin } from '@/features/auth/composables/useRedirectAfterLogin'
|
||||
|
||||
const { user, applySession } = useAuth()
|
||||
const redirectAfterLogin = useRedirectAfterLogin()
|
||||
|
||||
Reference in New Issue
Block a user