Skip to content

Commit

Permalink
Update abc.js
Browse files Browse the repository at this point in the history
Signed-off-by: Grouvex <168425996+Grouvex@users.noreply.github.com>
  • Loading branch information
Grouvex authored Jan 12, 2025
1 parent 3297c5e commit 8a6438e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ auth.onAuthStateChanged((user) => {
const correoElectronico = document.getElementById('correoElectronico');
const usuario = document.getElementById('usuario');

if (authContainer && content && correoElectronico && usuario) {
if (authContainer && content) {
authContainer.style.display = 'none';
content.style.display = 'block';
correoElectronico.textContent = user.email || 'Correo no definido';
Expand Down

0 comments on commit 8a6438e

Please sign in to comment.