1

Refactoring

This commit is contained in:
XXNitram
2020-03-25 13:36:47 +01:00
parent f4935b9a33
commit 8e914d8011
3 changed files with 4 additions and 4 deletions

View File

@ -203,7 +203,7 @@ public class WebController {
if (search != null) {
groups = groupService.findGroupWith(search, account);
}
model.addAttribute("account", keyCloakService.createAccountFromPrincipal(token));
model.addAttribute("account", account);
model.addAttribute("gruppen", groups);
return "search";
}