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
When users successfully enter their password while creating a profile for the first time, but fail to complete the first sync, they get prompted for their password again, even though they already put it in correctly. If they put it in correctly a second time, the Matrix SDK client panics because it's already been initialized. This can be fixed by moving the initial sync logic out of the login logic.
The text was updated successfully, but these errors were encountered:
When users successfully enter their password while creating a profile for the first time, but fail to complete the first sync, they get prompted for their password again, even though they already put it in correctly. If they put it in correctly a second time, the Matrix SDK client panics because it's already been initialized. This can be fixed by moving the initial sync logic out of the login logic.
The text was updated successfully, but these errors were encountered: