fix: signup routing (#26685)

closes https://github.com/frappe/frappe/issues/26683
This commit is contained in:
Ankush Menat 2024-06-05 12:53:47 +05:30 committed by GitHub
parent f3100d05cb
commit 737628734d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,10 @@ window.login = {};
window.verify = {};
login.bind_events = function () {
$(window).on("hashchange", function () {
login.route();
});
$(".form-login").on("submit", function (event) {
event.preventDefault();
var args = {};