Skip to content

Commit bb896e5

Browse files
authored
Update abc.js
Signed-off-by: Grouvex <168425996+Grouvex@users.noreply.github.com>
1 parent e5f2db8 commit bb896e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ onAuthStateChanged(auth, async (user) => {
7070
// Actualizar UI
7171
const updateProfileUI = () => {
7272
document.getElementById('correoElectronico').textContent = targetUser.email || 'Correo no definido';
73-
usuarioElement.id = nombreUsuario.replace(/\s+/g, '-');
73+
usuarioElement.className = nombreUsuario.replace(/\s+/g, '-');
7474
document.getElementById('userID').textContent = `GS-${targetUser.uid}`;
7575
document.getElementById('fotoPerfil').src = targetUser.photoURL || 'https://grouvex.com/img/GROUVEX.png';
7676
};

0 commit comments

Comments
 (0)