mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 09:14:55 +03:00
fix: replace first and last name with single field (#4915)
This commit is contained in:
@@ -46,8 +46,7 @@ class ChangePasswordForm extends HookConsumerWidget {
|
||||
child: Text(
|
||||
'change_password_form_description'.tr(
|
||||
namedArgs: {
|
||||
'firstName': authState.firstName,
|
||||
'lastName': authState.lastName,
|
||||
'name': authState.name,
|
||||
},
|
||||
),
|
||||
style: TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user