mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 22:52:58 +03:00
🚀 Feature: Make family/last name optional #263
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.
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.
@Sophtli commented on GitHub:
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:
@stonith404 Ill leave this one up to you
@kmendell commented on GitHub:
This is semi-related to https://github.com/pocket-id/pocket-id/issues/428
@kmendell commented on GitHub:
@Sophtli Oops i missed that part ill try to get that fixed here soon.