We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5af4d70 + 5779227 commit dcc6440Copy full SHA for dcc6440
src/UserManager.js
@@ -310,7 +310,7 @@ export class UserManager extends OidcClient {
310
popupWindowFeatures: args.popupWindowFeatures || this.settings.popupWindowFeatures,
311
popupWindowTarget: args.popupWindowTarget || this.settings.popupWindowTarget
312
}).then(() => {
313
- Log.info("UserManager.signinPopup: successful");
+ Log.info("UserManager.signoutPopup: successful");
314
});
315
}
316
signoutPopupCallback(url, keepOpen) {
0 commit comments