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
|
|
@ -8,8 +8,6 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
</script>
|
||||
|
||||
<p class="text-sm">USER LIST</p>
|
||||
|
||||
<table class="text-left w-full my-4">
|
||||
<thead class="border rounded-md mb-2 bg-gray-50 flex text-immich-primary w-full h-12 ">
|
||||
<tr class="flex w-full place-items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue