This repository was archived by the owner on Apr 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ class AuthPage extends React.Component {
346346 appPrivateKey ,
347347 this . state . collectionScopes ,
348348 collectionsNode ,
349- this . props . api . gaiaHubConfig ,
349+ this . props . api . gaiaHubUrl ,
350350 this . props . identitySettings [ identityIndex ] ,
351351 this . updateIdentityCollectionSettings
352352 )
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export function processCollectionScopes(
111111 appPrivateKey ,
112112 collectionScopes ,
113113 collectionsNode ,
114- gaiaHubConfig ,
114+ gaiaHubUrl ,
115115 identitySettings ,
116116 updateIdentityCollectionSettings
117117) {
@@ -123,15 +123,15 @@ export function processCollectionScopes(
123123 updateIdentityCollectionSettings
124124 )
125125 const hubConfigsPromise =
126- getCollectionGaiaHubConfigs ( collectionScopes , collectionsNode , gaiaHubConfig . server )
126+ getCollectionGaiaHubConfigs ( collectionScopes , collectionsNode , gaiaHubUrl )
127127 return Promise . all ( [ encryptionKeyPromise , hubConfigsPromise ] )
128128 . then ( results => {
129129 const collectionKeys = results [ 0 ]
130130 const collectionHubConfigs = results [ 1 ]
131131 return updateAppCollectionKeys (
132132 collectionScopes ,
133133 appPrivateKey ,
134- gaiaHubConfig . server ,
134+ gaiaHubUrl ,
135135 collectionKeys ,
136136 collectionHubConfigs
137137 )
You can’t perform that action at this time.
0 commit comments