1.7.7 fix js dublicates login section

This commit is contained in:
SDE
2024-10-21 13:24:08 +03:00
parent a315a52791
commit a839114cdf
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ function SendLoginForm(el){
},
error: function (data, exception){
document.querySelector(".login").innerHTML = data.responseJSON.html
document.querySelector(".wrapper_content").innerHTML = data.responseJSON.html
document.getElementsByClassName('recovery')[0].classList.remove('hide')
}
});