dashboard page
This commit is contained in:
SDE
2023-11-10 18:06:05 +03:00
parent d4e3b75bcb
commit 0c20d7d0f4
8 changed files with 43 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ function SendLoginForm(el){
data: formData,
success: function(data){
location.href = '/profile'
location.href = '/profile/page/dashboard/'

View File

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