Completed the DoctorUpdatePresenter so it matches the behaviour of PatientUpdatePresenter by bringing the user back to LoginView
Refactored the logic in DoctorUpdateUseCaseFactory so that it provides DoctorUpdatePresenter with the right arguments and uses a pre-existing DoctorUpdateViewModel instead of creating a new one in the factory
DoctorUpdatePresenter
so it matches the behaviour ofPatientUpdatePresenter
by bringing the user back toLoginView
DoctorUpdateUseCaseFactory
so that it providesDoctorUpdatePresenter
with the right arguments and uses a pre-existingDoctorUpdateViewModel
instead of creating a new one in the factory