Browse Source

refactor(rn): update the auth config scope

pull/6291/head
mehmet-erim 6 years ago
parent
commit
6a8e9d7741
  1. 4
      templates/app/react-native/Environment.js

4
templates/app/react-native/Environment.js

@ -5,7 +5,7 @@ const ENV = {
issuer: 'http://localhost:44305',
clientId: 'MyProjectName_App',
clientSecret: '1q2w3e*',
scope: 'MyProjectName',
scope: 'offline_access MyProjectName',
},
localization: {
defaultResourceName: 'MyProjectName',
@ -17,7 +17,7 @@ const ENV = {
issuer: 'http://localhost:44305',
clientId: 'MyProjectName_App',
clientSecret: '1q2w3e*',
scope: 'MyProjectName',
scope: 'offline_access MyProjectName',
},
localization: {
defaultResourceName: 'MyProjectName',

Loading…
Cancel
Save