()
| 23 | UserDao userDao; |
| 24 | |
| 25 | @GetMapping("/login") |
| 26 | public String loginForm() { |
| 27 | return "loginForm"; |
| 28 | } |
| 29 | |
| 30 | @GetMapping("/logout") |
| 31 | public String logout(HttpSession session) { |
nothing calls this directly
no outgoing calls
no test coverage detected