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
The polling mechanism used to wait for the email validation is stopped when the app is backgrounded, and it is not launched again on app resume.
To reproduce:
start the registration process by providing a username and a password
submit an email, the app is then waiting for the email validation:
- background the app, and wait for 30 seconds before resuming it.
The UI is buggy: there is no loading wheel, and 2 buttons are displayed:
This may introduce an issue if the user validates his email on another terminal while the iOS app is backgrounded. Indeed the account is created without the associated email if he presses the "Valider" button
The text was updated successfully, but these errors were encountered:
giomfo
added
the
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
label
Dec 11, 2018
The polling mechanism used to wait for the email validation is stopped when the app is backgrounded, and it is not launched again on app resume.
To reproduce:
- background the app, and wait for 30 seconds before resuming it. The UI is buggy: there is no loading wheel, and 2 buttons are displayed:
This may introduce an issue if the user validates his email on another terminal while the iOS app is backgrounded. Indeed the account is created without the associated email if he presses the "Valider" button
The text was updated successfully, but these errors were encountered: