diff --git a/ui/src/layout/components/top-bar/avatar/ResetPasssword.vue b/ui/src/layout/components/top-bar/avatar/ResetPassword.vue similarity index 100% rename from ui/src/layout/components/top-bar/avatar/ResetPasssword.vue rename to ui/src/layout/components/top-bar/avatar/ResetPassword.vue diff --git a/ui/src/layout/components/top-bar/avatar/index.vue b/ui/src/layout/components/top-bar/avatar/index.vue index dd3a316cb..19bdcdbb5 100644 --- a/ui/src/layout/components/top-bar/avatar/index.vue +++ b/ui/src/layout/components/top-bar/avatar/index.vue @@ -35,7 +35,7 @@ import { ref } from 'vue' import useStore from '@/stores' import { useRouter } from 'vue-router' -import ResetPassword from './ResetPasssword.vue' +import ResetPassword from './ResetPassword.vue' import AboutDialog from './AboutDialog.vue' const { user } = useStore() const router = useRouter()