rayyanharoon / UNO-VCU

0 stars 0 forks source link

Redirecting to from login page after successful registration #25

Open CSTNicole opened 3 years ago

CSTNicole commented 3 years ago

.then(response => // { // if(response.confirmPassword == true) // { // window.location='/Login' // console.log('Registered successfully!') // } // else(response.confirmpassword == false) // { // window.location='/Register' // console.log('Password does not match.') // } // })