When a user creates a session and logins in, the first time it shows the correct notification, but the following ones, the notifications multiply.
Possible Issues:
- Subscriptions aren't being closed properly
- Login flow is not correct
- Login is getting called multiple times somehow
Need to overhaul the login flow and ensure all of the subscriptions are cleaned up.
Look into if a reAuth call is needed anymore or just a basic login.
When a user creates a session and logins in, the first time it shows the correct notification, but the following ones, the notifications multiply.
Possible Issues:
Need to overhaul the login flow and ensure all of the subscriptions are cleaned up.
Look into if a
reAuthcall is needed anymore or just a basic login.