fix: set /app as redirect for pageview home button (#17715)

This commit is contained in:
Ritwik Puri 2022-08-03 11:53:10 +05:30 committed by GitHub
parent d88d9f5186
commit 9b620bb648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ frappe.show_message_page = function(opts) {
<div class="text-center message-page-content">\
%(img)s\
<p class="lead">%(message)s</p>\
<a class="btn btn-default btn-sm btn-home" href="#">%(home)s</a>\
<a class="btn btn-default btn-sm btn-home" href="/app">%(home)s</a>\
</div>\
</div>', {
img: opts.img || "",