parent
6dc02cb56a
commit
068e0674a1
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ class SSO extends PureComponent {
|
|||
onNavigationStateChange={this.onNavigationStateChange}
|
||||
onShouldStartLoadWithRequest={() => true}
|
||||
renderLoading={this.renderLoading}
|
||||
onMessage={this.onMessage}
|
||||
onMessage={jsCode ? this.onMessage : null}
|
||||
injectedJavaScript={jsCode}
|
||||
onLoadEnd={this.onLoadEnd}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue