mirror of
https://github.com/v0idp/Mellow.git
synced 2025-12-30 10:19:46 -06:00
fixed redirection on verification
This commit is contained in:
@@ -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 :-)");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user