Open remiscarlet opened 2 years ago
We should make an auth check before trying to retrieve data from the API in ngrx effects.
More specifically we immediately setAvailableEnvs$
on initializeApp
when we should have an authcheck listen for initializeApp
and activate setAvailableEnvs$
and co upon successful auth.
It's getting kinda gross. Split things out into features or something.