KEYCLOAK-3488 Fix typo
This commit is contained in:
parent
c05057748f
commit
43002f7a8a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ public class SamlPrincipal implements Serializable, Principal {
|
|||
* @return
|
||||
*/
|
||||
public List<String> getFriendlyAttributes(String friendlyName) {
|
||||
List<String> list = friendlyAttributes.get(name);
|
||||
List<String> list = friendlyAttributes.get(friendlyName);
|
||||
if (list != null) {
|
||||
return Collections.unmodifiableList(list);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue