{editUser?.authProvider !== "oidc" ? (
setEditPassword(e.target.value)}
placeholder="min. 6 characters"
data-testid="input-set-password"
/>
Resets the user's password immediately.
) : (
Password is managed by the identity provider (Keycloak). Reset it there.
)}