3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user