Closed MrInventor closed 6 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) }
Sorry for the late reply - I've added the suggested line, Thank you!
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) }