From 08db413024bc7a2e38c44891d49d665472d1acaf Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 3 May 2019 21:18:13 -0400 Subject: [PATCH] Use first client config to create our UserManager --- src/App.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 233d20ecb..e9dff75ce 100644 --- a/src/App.js +++ b/src/App.js @@ -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(