Minor fix on property.
This commit is contained in:
@@ -102,7 +102,7 @@ public class UserDetailsService
|
|||||||
lastName = attribute.getValues().get(0);
|
lastName = attribute.getValues().get(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (attribute.getName().equals("fullName")) {
|
if (attribute.getName().equals("fullname")) {
|
||||||
fullName = attribute.getValues().get(0);
|
fullName = attribute.getValues().get(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user