diff --git a/ui/src/views/chat/auth/component/password.vue b/ui/src/views/chat/auth/component/password.vue index 70766ea2e..dbbd77ada 100644 --- a/ui/src/views/chat/auth/component/password.vue +++ b/ui/src/views/chat/auth/component/password.vue @@ -13,7 +13,6 @@ import { ref, computed } from 'vue' import useStore from '@/stores' import { t } from '@/locales' import { useRoute, useRouter } from 'vue-router' -const route = useRoute() const FormRef = ref() const { chatUser } = useStore()