Use first client config to create our UserManager
This commit is contained in:
parent
2a56ec5c5f
commit
08db413024
@ -104,9 +104,11 @@ class App extends Component {
|
|||||||
store.dispatch(buttonsAction)
|
store.dispatch(buttonsAction)
|
||||||
|
|
||||||
//
|
//
|
||||||
|
const firstOpenIdClient = this.props.oidc[0]
|
||||||
|
|
||||||
this.userManager = getUserManagerForOpenIdConnectClient(
|
this.userManager = getUserManagerForOpenIdConnectClient(
|
||||||
store,
|
store,
|
||||||
this.props.oidc
|
firstOpenIdClient
|
||||||
)
|
)
|
||||||
handleServers(this.props.servers)
|
handleServers(this.props.servers)
|
||||||
initWebWorkers(
|
initWebWorkers(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user