mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-20 23:03:46 -04:00
Email verification page is shown after account creation regardless of server configuration #527
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 @Dadadah on GitHub (Feb 14, 2026).
What happened?
Email verification page is shown after account creation regardless of whether the server has email verification enabled. There is a // TODO regarding it. The web app would have to fetch the server's config and skip the email verification step of the flow if email is disabled.