Skip to content

Commit 1ebbb36

Browse files
authored
Merge pull request #155 from GaryPWhite/patch-1
Update README.md
2 parents a4b45a3 + 3bbac78 commit 1ebbb36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ if (!errors.isEmpty()) {
438438
}
439439
}
440440
} else {
441-
HashMap<String, List<String>> attributes = auth.getAttributes();
441+
Map<String, List<String>> attributes = auth.getAttributes();
442442
String nameId = auth.getNameId();
443443
session.setAttribute("attributes", attributes);
444444
session.setAttribute("nameId", nameId);

0 commit comments

Comments
 (0)