Skip to content

Commit

Permalink
Merge pull request #155 from GaryPWhite/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pitbulk authored May 17, 2018
2 parents a4b45a3 + 3bbac78 commit 1ebbb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ if (!errors.isEmpty()) {
}
}
} else {
HashMap<String, List<String>> attributes = auth.getAttributes();
Map<String, List<String>> attributes = auth.getAttributes();
String nameId = auth.getNameId();
session.setAttribute("attributes", attributes);
session.setAttribute("nameId", nameId);
Expand Down

0 comments on commit 1ebbb36

Please sign in to comment.