Created
March 12, 2021 10:45
-
-
Save DenisDov/a190d552ed9e547301406bc807e27741 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const providerConfig = { | |
domain: config.domain, | |
clientId: config.clientId, | |
...(config.audience ? { audience: config.audience } : null), | |
redirectUri: window.location.origin, | |
onRedirectCallback, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment