mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Fix redirect to login page after password change (#461)
* Fix redirect to login page after password change Copied from the similar fix in #414 * Fix typo in change-password form * Remove misplaced text from user management page
This commit is contained in:
parent
87d2a954a3
commit
2bf6cd9241
3 changed files with 4 additions and 9 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<div class="border bg-white p-4 shadow-sm w-[500px] rounded-md py-8">
|
||||
<div class="flex flex-col place-items-center place-content-center gap-4 px-4">
|
||||
<img class="text-center" src="/immich-logo.svg" height="100" width="100" alt="immich-logo" />
|
||||
<h1 class="text-2xl text-immich-primary font-medium">Chage Password</h1>
|
||||
<h1 class="text-2xl text-immich-primary font-medium">Change Password</h1>
|
||||
|
||||
<p class="text-sm border rounded-md p-4 font-mono text-gray-600">
|
||||
Hi {user.firstName}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue