Skip to content

Commit 5779227

Browse files
committed
Fix wrong log message in signoutPopup
1 parent 5af4d70 commit 5779227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UserManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export class UserManager extends OidcClient {
310310
popupWindowFeatures: args.popupWindowFeatures || this.settings.popupWindowFeatures,
311311
popupWindowTarget: args.popupWindowTarget || this.settings.popupWindowTarget
312312
}).then(() => {
313-
Log.info("UserManager.signinPopup: successful");
313+
Log.info("UserManager.signoutPopup: successful");
314314
});
315315
}
316316
signoutPopupCallback(url, keepOpen) {

0 commit comments

Comments
 (0)