reconstruire UC inceput

This commit is contained in:
andrei-mihnea-cerbu
2024-04-03 04:07:20 +03:00
parent af8c295d75
commit 5e4a488bfd
36 changed files with 264 additions and 943 deletions
+1 -1
View File
@@ -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.');
}