diff --git a/components/Account/ChangePassword.tsx b/components/Account/ChangePassword.tsx index c3c87f724..710850dd5 100644 --- a/components/Account/ChangePassword.tsx +++ b/components/Account/ChangePassword.tsx @@ -83,7 +83,7 @@ export default function ChangePassword ({ toggleChangePassword }: IProps): React {success !== '' &&
{success}
}
{ void handleSubmit(onSubmit)(e) }} method='post'> - + diff --git a/components/Organization/UpdateOrganization.tsx b/components/Organization/UpdateOrganization.tsx index ac76d7b15..2f67376e6 100644 --- a/components/Organization/UpdateOrganization.tsx +++ b/components/Organization/UpdateOrganization.tsx @@ -53,6 +53,7 @@ const UpdateOrganization = ({ user, setError, setOrg, setOrgEdit }: IProps): JSX placeholder="Enter the new name for your organization." required className={style.text_input} + autoFocus />