From b6fa43a2be2d79fb9683dcfd92f081cb62531af5 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 31 Oct 2024 11:09:47 +0100 Subject: [PATCH] fix(ui): hide once the password updated --- frontend/app/components/ForgotPassword/CreatePassword.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/ForgotPassword/CreatePassword.tsx b/frontend/app/components/ForgotPassword/CreatePassword.tsx index b276e6d4f..17193828e 100644 --- a/frontend/app/components/ForgotPassword/CreatePassword.tsx +++ b/frontend/app/components/ForgotPassword/CreatePassword.tsx @@ -128,7 +128,7 @@ function CreatePassword(props: Props) { {validationError && {validationError}} -