Minor fix on property.
parent
e0a6d15ad0
commit
f136240591
|
@ -102,7 +102,7 @@ public class UserDetailsService
|
|||
lastName = attribute.getValues().get(0);
|
||||
}
|
||||
|
||||
if (attribute.getName().equals("fullName")) {
|
||||
if (attribute.getName().equals("fullname")) {
|
||||
fullName = attribute.getValues().get(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue