From 5132334d45979c48ee3a6b4458424eda6335e5ff Mon Sep 17 00:00:00 2001 From: Oleksandra Nedashkivska Date: Tue, 20 Aug 2024 11:14:39 +0300 Subject: [PATCH] OV-1: * fix password bug --- .../auth/components/common/password-input/password-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/bundles/auth/components/common/password-input/password-input.tsx b/frontend/src/bundles/auth/components/common/password-input/password-input.tsx index aee3a2c63..9f82dcdda 100644 --- a/frontend/src/bundles/auth/components/common/password-input/password-input.tsx +++ b/frontend/src/bundles/auth/components/common/password-input/password-input.tsx @@ -32,7 +32,7 @@ const PasswordInput: React.FC = ({ label, name, hasError }) => { name={name} icon="right" /> - +