this methodi use it to add a new job but when i add a job the password of the that current user get its password set to empty cus the user object that i retrieve has no pass
well i found the issue it was caused by that eraseCredential method of the UserInterface in my User entity
password = null ; }
i just had to empty it as it was doin to my password by commenting that line ; ]