fix: better login message

This commit is contained in:
Jannat Patel 2022-05-06 10:24:34 +05:30
parent 2aa09c9033
commit 5941f3c4ac

View file

@ -27,7 +27,7 @@ frappe.ready(function() {
}
});
login_required.show();
login_required.set_message(__("You are not permitted to access this page."));
login_required.set_message(__("You are not permitted to access this page without login."));
}
function show_grid() {