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.
1 parent 5af4d70 commit 5779227Copy full SHA for 5779227
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