sso update

This commit is contained in:
Rinjae
2025-11-27 16:54:15 +09:00
parent 4eb8c5d98d
commit 61e28a173c
@@ -57,9 +57,11 @@ public class SsoController implements InterceptorSkipController {
}
Properties extendedInfo = ssoModule.getUserExFields(ssoId);
extendedInfo.keySet().forEach( k -> {
log.debug("{} : {}", k, extendedInfo.get(k));
});
if (extendedInfo != null) {
extendedInfo.keySet().forEach( k -> {
log.debug("{} : {}", k, extendedInfo.get(k));
});
}
return "redirect:/main.do";
}