We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4b45a3 + 3bbac78 commit 1ebbb36Copy full SHA for 1ebbb36
README.md
@@ -438,7 +438,7 @@ if (!errors.isEmpty()) {
438
}
439
440
} else {
441
- HashMap<String, List<String>> attributes = auth.getAttributes();
+ Map<String, List<String>> attributes = auth.getAttributes();
442
String nameId = auth.getNameId();
443
session.setAttribute("attributes", attributes);
444
session.setAttribute("nameId", nameId);
0 commit comments