Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects

feat 2: html fix invalid username

Merged David Johan Hasiholan Parhusip requested to merge feat/david-fitur-6-7-8 into main
5 files
+ 6
31
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -48,6 +48,7 @@ public class AuthController {
public ModelAndView loginSSO(){
return new ModelAndView("redirect:"+Setting.SERVER_LOGIN+Setting.CLIENT_LOGIN);
}
@GetMapping(value = "/logout-sso")
public ModelAndView logoutSSO(Principal principal){
UserModel user = userService.findByUsername(principal.getName());
Loading