@ -78,7 +78,6 @@ public class PatientService extends TokenService {
* @param patient
*/
public void updatePatientPwd(Patient patient) {
EncodesUtil.entryptPassword(patient);
patientDao.save(patient);
}