mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Minor fix on property.
This commit is contained in:
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
Block a user