fixed redirection on verification

This commit is contained in:
void
2020-02-02 01:32:31 +01:00
parent c0c6c1431e
commit f572d2d155

View File

@@ -18,7 +18,7 @@ $(function() {
}
}).then((response) => {
if (response.status === 200)
window.location = "http://localhost:5060/config"
window.location = response.url;
if (response.status === 401)
console.log("Mellow - Your Little Discord Friend :-)");
});