Improved for showing the person's name

This commit is contained in:
Scott Idem
2025-05-14 21:24:25 -04:00
parent 211945828d
commit ffa33b5fa0
5 changed files with 8 additions and 3 deletions

View File

@@ -119,6 +119,8 @@ const ae_app_local_data_defaults: key_val = {
// family_name: null,
// professional_title: null,
full_name: null, // convenience
full_name_override: null, // was called display_name
// affiliations: null,
primary_email: null, // The primary email of the logged-in person/user
user_id: null, // The user ID of the logged-in user