major claude changes

This commit is contained in:
2026-01-28 21:55:14 -05:00
parent f9d0e4c0fd
commit f9b5364c53
81 changed files with 11155 additions and 10086 deletions

View File

@@ -62,6 +62,7 @@ import useValidate from "@vuelidate/core";
import { required, minLength, helpers } from "@vuelidate/validators";
import Header from "../../layouts/headers/headerauth.vue";
import authHeader from "../../services/auth.header";
import {Employee} from '../../types/models';
export default defineComponent({
name: "EmployeeChangePassword",
@@ -74,7 +75,7 @@ export default defineComponent({
user: null,
user_admin: 0,
loaded: false,
employee: null as any,
employee: {} as Employee,
ChangePasswordForm: {
new_password: "",
password_confirm: "",