Skip to content

Fix network ID cookie cleared on Android

Martin Santangelo requested to merge fix/cookie-cleared-android into release/4.21.1

Summary

This MR fix the deletion of the cookie after the login

We clear the cookies after some events (registration, login) to fix some issues (the login after the registration fails with cookies for example)

Steps to test

I tested it checking the data on superset

Estimated Regression Scope

It change some initialization logic of the app

Merge request reports