Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -21,6 +21,9 @@ function SendLoginForm(el){
|
|||||||
success: function(data){
|
success: function(data){
|
||||||
|
|
||||||
location.href = `/profile/page/dashboard/`
|
location.href = `/profile/page/dashboard/`
|
||||||
|
window.sessionStorage.removeItem('mailingSubscribeRequired')
|
||||||
|
window.sessionStorage.removeItem('email')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,8 @@ function SendRegistrationForm(el){
|
|||||||
success: function(data){
|
success: function(data){
|
||||||
|
|
||||||
location.href = `/profile/page/dashboard/`
|
location.href = `/profile/page/dashboard/`
|
||||||
|
window.sessionStorage.removeItem('mailingSubscribeRequired')
|
||||||
|
window.sessionStorage.removeItem('email')
|
||||||
},
|
},
|
||||||
error: function (data, exception){
|
error: function (data, exception){
|
||||||
document.querySelector(".register").innerHTML = data.responseJSON.html
|
document.querySelector(".register").innerHTML = data.responseJSON.html
|
||||||
|
|||||||
Reference in New Issue
Block a user