From 44c12a86ff78ee914e782579d481eb3f8efa2d55 Mon Sep 17 00:00:00 2001 From: VIktorGrev <viktog2210@gmail.com> Date: Mon, 29 Apr 2024 12:59:53 +0200 Subject: [PATCH] fix: Fixing updateUserLayout --- src/components/UpdateUserComponents/UpdateUserLayout.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/UpdateUserComponents/UpdateUserLayout.vue b/src/components/UpdateUserComponents/UpdateUserLayout.vue index 653d817..7c9e81c 100644 --- a/src/components/UpdateUserComponents/UpdateUserLayout.vue +++ b/src/components/UpdateUserComponents/UpdateUserLayout.vue @@ -63,7 +63,6 @@ const handleSubmit = async () => { firstName: firstNameRef.value, lastName: surnameRef.value, email: emailRef.value, - password: passwordRef.value }; -- GitLab