diff --git a/static/js/registration.js b/static/js/registration.js index f199b3b..7defc91 100644 --- a/static/js/registration.js +++ b/static/js/registration.js @@ -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