🐛 Uncommented commented-out statement for testing purposes

This commit is contained in:
Mawoka
2022-09-26 18:30:25 +02:00
parent 7762f6632e
commit 62250eefcb
+1 -1
View File
@@ -113,7 +113,7 @@
if (res.ok) {
confirm_to_leave = false;
console.log(confirm_to_leave);
// window.location.href = '/dashboard';
window.location.href = '/dashboard';
} else {
alert('Error');
}