This commit is contained in:
SBD
2024-01-31 13:41:47 +03:00
parent b41f8c7eca
commit 8db1d6fdce

View File

@@ -15,7 +15,7 @@ function SendRegistrationForm(el){
data: formData,
success: function(data){
location.href = `/profile/page/dashboard/?mobile=${getInfoAboutUser() === 'mobile'}`
location.href = `/profile/page/dashboard/`
},
error: function (data, exception){
document.querySelector(".register").innerHTML = data.responseJSON.html