fix: Give error message to users when address has already been validated #435
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#435
Loading…
Reference in a new issue
No description provided.
Delete branch "cheerfulstoic/akkoma:develop"
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?
Plus other errors.
I noticed this error originally when I signed up on genserver.social and hit the link a second time. I could imagine this might be confusing to somebody if the link opened in the same tab the second time or they just got confused up opening tabs/windows.
It made sense to my to change the 500s to 400s because 400 generally means there was something wrong with the request made and 500 usually means that there was an unexpected / unhandled error. Happy to talk that through, though.
(lint thing is my fault, apologies)
this looks good, and makes sense
thanks a lot!