From 895017b28eb7612010e6f061fa3129d9d4f38444 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Mon, 31 Jul 2023 06:08:35 -0800 Subject: [PATCH] fix: label prop not being passed to password input (#522) --- frontend/components/Form/Password.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Form/Password.vue b/frontend/components/Form/Password.vue index 91b59c8..0c03c91 100644 --- a/frontend/components/Form/Password.vue +++ b/frontend/components/Form/Password.vue @@ -1,6 +1,6 @@