From 8a3c8b85bbb598a77fd753394352d43c2154098f Mon Sep 17 00:00:00 2001 From: Muhammad Ali Date: Wed, 6 Sep 2023 16:09:54 +0500 Subject: [PATCH] web: fix autocomplete hint in signup form password fields (#3272) --- apps/web/src/views/auth.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/views/auth.tsx b/apps/web/src/views/auth.tsx index ee7bc351e..0af75aeb2 100644 --- a/apps/web/src/views/auth.tsx +++ b/apps/web/src/views/auth.tsx @@ -352,14 +352,14 @@ function Signup(props: BaseAuthComponentProps<"signup">) {