fix button

This commit is contained in:
Johannes
2025-04-15 08:48:31 +07:00
parent e460ff5100
commit f27ede6b2c
@@ -151,7 +151,8 @@ export const EditProfileDetailsForm = ({ user }: { user: TUser }) => {
onClick={handleResetPassword}
loading={isResettingPassword}
disabled={isResettingPassword || !user.email}
size="default">
size="default"
variant="secondary">
{t("auth.forgot-password.reset_password")}
</Button>
</div>