Skip to content

Commit 0fc4a59

Browse files
committed
fix: remove unused route import in password.vue
1 parent d643e7e commit 0fc4a59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/views/chat/auth/component/password.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { ref, computed } from 'vue'
1313
import useStore from '@/stores'
1414
import { t } from '@/locales'
1515
import { useRoute, useRouter } from 'vue-router'
16-
const route = useRoute()
1716
const FormRef = ref()
1817
1918
const { chatUser } = useStore()

0 commit comments

Comments
 (0)