Display the prefilled password page when receiving a password-protected pad

This commit is contained in:
yflory
2019-11-19 10:40:55 +01:00
parent 62504e0e32
commit 3bdca60c76
3 changed files with 17 additions and 9 deletions

View File

@@ -595,8 +595,8 @@ define([
UI.addTooltips();
ctx.sframeChan.on("EV_PAD_PASSWORD", function () {
UIElements.displayPasswordPrompt(funcs);
ctx.sframeChan.on("EV_PAD_PASSWORD", function (cfg) {
UIElements.displayPasswordPrompt(funcs, cfg);
});
ctx.sframeChan.on("EV_PAD_PASSWORD_ERROR", function () {