maxmantz / redux-oidc-example

Small ReactJS application to demonstrate the usage of redux-oidc
MIT License
108 stars 68 forks source link

Please add errorCallback to example #10

Closed MrInventor closed 6 years ago

MrInventor commented 7 years ago

After using the example to build login in my own code. I found the following to be very helpful for debuggin in callback\index.js then added to the CallbackComponentĀ“s errorCallback={this.errorCallback}.

errorCallback = (e) => { console.error('errorCallback',e) }

maxmantz commented 6 years ago

Sorry for the late reply - I've added the suggested line, Thank you!