Update username from email in login
This commit is contained in:
@@ -67,7 +67,7 @@ document.addEventListener('DOMContentLoaded', async (v) => {
|
|||||||
document.getElementById('errors').classList.remove('d-none');
|
document.getElementById('errors').classList.remove('d-none');
|
||||||
} else {
|
} else {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.href = '/signin';
|
window.location.href = '/login/';
|
||||||
}, 2000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user