From 81269f7fad2bdef0f9b5d6ca83b4b5ca23f4920e Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sun, 29 Dec 2024 18:34:19 +0100 Subject: [PATCH] fix(front): set label prop resp. slot in inputs --- front/src/components/auth/LoginForm.vue | 44 +++++++++++++----------- front/src/components/auth/SignupForm.vue | 13 +++---- 2 files changed, 30 insertions(+), 27 deletions(-) diff --git a/front/src/components/auth/LoginForm.vue b/front/src/components/auth/LoginForm.vue index 25a9d6d61..e8e766779 100644 --- a/front/src/components/auth/LoginForm.vue +++ b/front/src/components/auth/LoginForm.vue @@ -108,15 +108,6 @@ const submit = async () => {