This commit is contained in:
2023-06-22 16:53:52 +03:00
parent 5935e462ec
commit 881c39e51e
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ function SendRegistrationForm(el){
// enctype: 'json',
data: formData,
success: function(data){
location.href = '/'
console.log(JSON.stringify(data))
// location.href = '/'
}
});
}