diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 778a2fb..d2b2d2f 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -451,7 +451,6 @@ declare module 'vue' { readonly shallowReactive: UnwrapRef readonly shallowReadonly: UnwrapRef readonly shallowRef: UnwrapRef - readonly showSuccessToast: UnwrapRef readonly showToast: UnwrapRef readonly storeToRefs: UnwrapRef readonly syncRef: UnwrapRef diff --git a/src/views/security/change_password.vue b/src/views/security/change_password.vue index 95a3904..d08a136 100644 --- a/src/views/security/change_password.vue +++ b/src/views/security/change_password.vue @@ -1,5 +1,4 @@