mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🚀 Feature: Make family/last name optional #244
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sophtli on GitHub (Apr 13, 2025).
Originally assigned to: @kmendell on GitHub.
Feature description
The last name in the account details should be optional.
Pitch
As I am only using this application for myself and a few friends, the last name is a bit unnecessary and I would prefer not having to add it.
@kmendell commented on GitHub (Apr 14, 2025):
@stonith404 Ill leave this one up to you
@kmendell commented on GitHub (Apr 15, 2025):
This is semi-related to https://github.com/pocket-id/pocket-id/issues/428
@Sophtli commented on GitHub (Apr 28, 2025):
Thank you for the implementation!
On the "Users" tab I can now successfully remove the last name.
The "My Account" tab still seems to check if the field is empty, though.
I would guess that the following line is the cause:
6004f84845/frontend/src/routes/settings/account/account-form.svelte (L32)@kmendell commented on GitHub (Apr 29, 2025):
@Sophtli Oops i missed that part ill try to get that fixed here soon.