Open
Description
I use latest version if Authorizer with code:
const authorizer = new Authorizer({
authorizerURL: 'http://localhost:8081/',
redirectURL: window.location.origin,
clientID: '9a8498c5-6c09-4881-82c0-ae91626515b2', // obtain your client id from authorizer dashboard
});
And that is what I see on login:
What is this strange UI that appears for a second after login?