Display error screen when sharing a hidden hash

This commit is contained in:
yflory
2020-01-28 11:37:28 +01:00
parent 6183401a6f
commit 61d937d601
2 changed files with 5 additions and 2 deletions

View File

@@ -603,6 +603,10 @@ define([
UI.addTooltips();
ctx.sframeChan.on("EV_PAD_NODATA", function (err) {
UI.errorLoadingScreen(Messages.safeLinks_error);
});
ctx.sframeChan.on("EV_PAD_PASSWORD", function (cfg) {
UIElements.displayPasswordPrompt(funcs, cfg);
});