Class ProfileVerifyController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.ProfileVerifyController
-
Constructor Summary
ConstructorsConstructorDescriptionProfileVerifyController
(Presentation presentation, MasterService masterService, PractitionerService practitionerService, ActivityLogService activityLogService, AuthenticationService authenticateionService, UserNameService userNameService) -
Method Summary
Modifier and TypeMethodDescriptionverifyEmail
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
ProfileVerifyController
public ProfileVerifyController(Presentation presentation, MasterService masterService, PractitionerService practitionerService, ActivityLogService activityLogService, AuthenticationService authenticateionService, UserNameService userNameService)
-
-
Method Details
-
verifyEmail
@GetMapping("/profile/email/info") public String verifyEmail(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-