We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f2db8 commit bb896e5Copy full SHA for bb896e5
abc.js
@@ -70,7 +70,7 @@ onAuthStateChanged(auth, async (user) => {
70
// Actualizar UI
71
const updateProfileUI = () => {
72
document.getElementById('correoElectronico').textContent = targetUser.email || 'Correo no definido';
73
- usuarioElement.id = nombreUsuario.replace(/\s+/g, '-');
+ usuarioElement.className = nombreUsuario.replace(/\s+/g, '-');
74
document.getElementById('userID').textContent = `GS-${targetUser.uid}`;
75
document.getElementById('fotoPerfil').src = targetUser.photoURL || 'https://grouvex.com/img/GROUVEX.png';
76
};
0 commit comments