fix: web form login message
This commit is contained in:
parent
eb6ec33df2
commit
2aa09c9033
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue