Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix invalid user check in oauth2callback_azure
The commit fixes an issue in the `oauth2callback_azure` function where the check for a valid user was incorrect. It now correctly compares the `user_id` from the `sync_user_state` object with the `current_user` value.
- Loading branch information