fix(settings): require a non-empty password to delete an account (BUNYIP-116) #152
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/BUNYIP-116-delete-account-require-password"
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?
Reject an empty/whitespace password at the
settings_deleteedge before the destructive delete-account API call, re-rendering settings with an inline message. Verified withjust check-container(fmt/clippy/build/test green).Closes via reference: BUNYIP-116