Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorder MSAL plugin functions #65

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Reorder MSAL plugin functions #65

merged 1 commit into from
Nov 17, 2023

Conversation

bcspragu
Copy link
Collaborator

@bcspragu bcspragu commented Nov 17, 2023

EDIT: found the error locally, it was userClientWithAuth that was out of order, fixed in this PR as well

I saw an error in dev (which I haven't been able to replicate) about some minified function/variable begin referenced before its definition, and I think it might be this, which can now be eagerly invoked in handleResponse as we do initialization synchronously

In any case, it probably doesn't hurt

I saw an error in dev (which I haven't been able to replicate) about some minified function/variable begin referenced before its definition, and I think it might be this, which can now be eagerly invoked in `handleResponse` as we do initialization synchronously

In any case, it probably doesn't hurt
@bcspragu bcspragu changed the base branch from brandon/parsed-type to main November 17, 2023 21:56
@bcspragu bcspragu merged commit a834592 into main Nov 17, 2023
@bcspragu bcspragu deleted the brandon/reorder branch November 17, 2023 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants