mirror of
https://github.com/immich-app/immich.git
synced 2026-03-08 11:07:25 +03:00
fix: replace first and last name with single field (#4915)
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
|
||||
<FullscreenContainer title={data.meta.title}>
|
||||
<p slot="message">
|
||||
Hi {data.user.firstName}
|
||||
{data.user.lastName} ({data.user.email}),
|
||||
Hi {data.user.name} ({data.user.email}),
|
||||
<br />
|
||||
<br />
|
||||
This is either the first time you are signing into the system or a request has been made to change your password. Please
|
||||
|
||||
Reference in New Issue
Block a user