Skip to content

Commit dcc6440

Browse files
authored
Merge pull request DuendeArchive#682 from longsleep/longsleep-fix-signoutpopup-log
Fix wrong log message in signoutPopup
2 parents 5af4d70 + 5779227 commit dcc6440

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)