add: change password, done

This commit is contained in:
Alexandro Uc Santos
2024-04-09 20:58:48 -06:00
parent 759e6d0987
commit 9ea63bc1b2
2 changed files with 125 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
import { storeToRefs } from 'pinia';
import NotificationBadge from '../components/ui/NotificationBadge.vue';
import FormChangePassword from '../components/FormChangePassword.vue';
import FormChangeEmail from '../components/FormChangeEmail.vue';
import FormChangeEmail from '../components/FormChangeEmail.vue';
const auth = useAuthStore();