From b4b111e2974a80c9b6c1a6bf310542f243bcefad Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 20 May 2024 12:05:19 +0530 Subject: [PATCH] [WEB-1319] chore: auth fixes and enhancement (#4519) * chore: onboarding invite member button overflow fix * chore: change password enhancement --- web/components/onboarding/invite-members.tsx | 2 +- web/pages/profile/change-password.tsx | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/web/components/onboarding/invite-members.tsx b/web/components/onboarding/invite-members.tsx index 366583f6f..15d17c738 100644 --- a/web/components/onboarding/invite-members.tsx +++ b/web/components/onboarding/invite-members.tsx @@ -415,7 +415,7 @@ export const InviteMembers: React.FC = (props) => { Add another -
+
{passwordSupport} + {isNewPasswordSameAsOldPassword && !isPasswordInputFocused && ( + New password must be different from old password + )}

Confirm password