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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)