We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a43cca8 + 972ef4e commit 99d833bCopy full SHA for 99d833b
react-native-oauth.js
@@ -30,7 +30,7 @@ export default class OAuthManager {
30
}
31
32
addProvider(provider) {
33
- Object.assign({}, authProviders, provider);
+ authProviders = Object.assign({}, authProviders, provider);
34
35
36
configure(providerConfigs) {
0 commit comments