When the user declines to login, or there occurs any kind of error, in the loginFunction callback, we need to behave gracefully. However, what happens is that you show a neverending spinny icon:

And there is a console error:

How can we abort more gracefully?
When the user declines to login, or there occurs any kind of error, in the
loginFunctioncallback, we need to behave gracefully. However, what happens is that you show a neverending spinny icon:And there is a console error:
How can we abort more gracefully?