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

@@ -306,7 +306,7 @@ async function handle_change_password() {
Hide Sign-In Options
{:else}
<User class="mx-1 inline-block text-gray-500" />
{$ae_loc?.person?.full_name ?? '-- not set --'}
{$ae_loc?.person?.full_name_override ?? $ae_loc?.person?.full_name}
{/if}
{:else}
@@ -338,7 +338,7 @@ async function handle_change_password() {
$ae_sess.show__sign_in_out__fields = !$ae_sess.show__sign_in_out__fields; // Toggle the visibility of the sign-in form
}}
> -->
{$ae_loc?.person?.full_name ?? '-- not set --'}
{$ae_loc?.person?.full_name_override ?? $ae_loc?.person?.full_name}
<!-- <span class="text-sm text-gray-500">
{$ae_loc?.user.username ?? '-- not set --'}
</span> -->