Class ProfileVerifyController

java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.ProfileVerifyController

@Controller public class ProfileVerifyController extends Object
  • Constructor Details

  • Method Details

    • verifyEmail

      @GetMapping("/profile/email/info") public String verifyEmail(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, @RequestParam(name="email",required=false) String email)
    • changeEmail

      @GetMapping("/profile/email/{email}") public String changeEmail(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, @PathVariable String email)