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
@atarix83 : Assigning this to you as you volunteered to do this. This refactor can be done in combination with one of the other PRs (Angular 17 upgrade or similar) that are on your plate. Thanks!
In #2886, code was added to the
request.service.ts
which initializes the CSRF token if one does not already exist.In the below comment, @atarix & @artlowel agreed that this should be refactored into
request.effect.ts
to avoid a nested subscription:Originally posted by @atarix83 in #2871 (comment)
Originally posted by @artlowel in #2871 (comment)
The text was updated successfully, but these errors were encountered: