We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fdcb4c commit 972ef4eCopy full SHA for 972ef4e
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