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');
|
||||
} else {
|
||||
setTimeout(() => {
|
||||
window.location.href = '/signin';
|
||||
window.location.href = '/login/';
|
||||
}, 2000);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user