Sfoglia il codice sorgente

fix: web form login message

version-14
Jannat Patel 3 anni fa
parent
commit
2aa09c9033
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      frappe/public/js/frappe/web_form/webform_script.js

+ 1
- 1
frappe/public/js/frappe/web_form/webform_script.js Vedi File

@@ -26,8 +26,8 @@ frappe.ready(function() {
window.location.replace('/login?redirect-to=' + window.location.pathname);
}
});
login_required.set_message(__("You are not permitted to access this page."));
login_required.show();
login_required.set_message(__("You are not permitted to access this page."));
}

function show_grid() {


Caricamento…
Annulla
Salva