Minor fix on property.

This commit is contained in:
Paulo Gustavo Veiga 2013-03-19 23:25:36 -03:00
parent e0a6d15ad0
commit f136240591

View File

@ -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);
}