Only login if not already authenticated
Calling login here calls identity.request to be called, which in turn eventually results in the onlogin callback running. The onlogin callback is not currently idempotent (and it isn't trivial to make it so) so this results in errors being thrown by Annotator. Fixes #1611.
Showing
Please register or sign in to comment