You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If email validation is enabled on registration you can end up in an odd state:
Do registration via iOS, this gives a throbber while it checks that you've verified e-mail.
Verify the e-mail by clicking on the link and letting it open in a browser.
Get redirected to Element Web, which now races with Element iOS to complete registration.
I saw one of two behaviors at this point:
Both session login successfully, but one prompts you to validate the other.
One session logs in successfully, the other sits there on a loading throbber forever.
I was seeing this very clearly when opening the validation link on a desktop. Does Element iOS purposefully set the next_link parameter to Element Web when generating an e-mail validation? It seems like it could lead to undesired behavior.
I found this while working on matrix-org/synapse#8009, although it is not directly related to that.
The text was updated successfully, but these errors were encountered:
If email validation is enabled on registration you can end up in an odd state:
I was seeing this very clearly when opening the validation link on a desktop. Does Element iOS purposefully set the
next_link
parameter to Element Web when generating an e-mail validation? It seems like it could lead to undesired behavior.I found this while working on matrix-org/synapse#8009, although it is not directly related to that.
The text was updated successfully, but these errors were encountered: