meteor-accounts-ui-bootstrap-3
meteor-accounts-ui-bootstrap-3 copied to clipboard
Could I use full name in profile to show instead of "username"?
I would like to show fullName file in user profile instead of username
"username" : "super",
"emails" : [
{
"address" : "[email protected]",
"verified" : false
}
],
"profile" : {
"fullName" : "Theara"
},