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)
|
||||
|
||||
//
|
||||
const firstOpenIdClient = this.props.oidc[0]
|
||||
|
||||
this.userManager = getUserManagerForOpenIdConnectClient(
|
||||
store,
|
||||
this.props.oidc
|
||||
firstOpenIdClient
|
||||
)
|
||||
handleServers(this.props.servers)
|
||||
initWebWorkers(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user