reconstruire UC inceput
This commit is contained in:
@@ -26,7 +26,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
document.cookie = `email=${result.user.email};`;
|
||||
document.cookie = `name=${result.user.name};`;
|
||||
|
||||
window.location.href = '/';
|
||||
fadeOut('/');
|
||||
} else {
|
||||
alert('Incorrect credentials. Please try again.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user