Update username from email in login

This commit is contained in:
edsea
2025-08-06 05:18:31 +02:00
parent a2660be9c0
commit 54b83c126d

View File

@@ -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);
}
})