mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 17:25:11 +03:00
fix: replace first and last name with single field (#4915)
This commit is contained in:
@@ -132,7 +132,7 @@ class AppBarProfileInfoBox extends HookConsumerWidget {
|
||||
),
|
||||
),
|
||||
title: Text(
|
||||
"${authState.firstName} ${authState.lastName}",
|
||||
authState.name,
|
||||
style: TextStyle(
|
||||
color: context.primaryColor,
|
||||
fontWeight: FontWeight.bold,
|
||||
|
||||
Reference in New Issue
Block a user