This commit is contained in:
Anthony Stirling
2023-07-17 21:59:34 +01:00
parent 08eb39b206
commit 794aede27f
3 changed files with 96 additions and 84 deletions

View File

@@ -47,7 +47,7 @@ public class SecurityWebController {
@GetMapping("/sanitize-pdf")
@Hidden
public String sanitizeForm(Model model) {
model.addAttribute("currentPage", "");
model.addAttribute("currentPage", "sanitize-pdf");
return "security/sanitize-pdf";
}
}