Skip to content

FE-934: Wipe data on intro

Kamal Bramwell requested to merge wipe_data_on_intro into development

Closing the app during username registration (but before successfully registering a username) or during account restore (but before successfully restoring user profile) could cause “could not login” error when the user relaunches the app.

To prevent this, wipe the app session folder before onboarding so the bindings can correctly instantiate a new Client.

Merge request reports