diff --git a/package-lock.json b/package-lock.json index a31296a..3dc0ea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -917,7 +917,6 @@ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" }, diff --git a/src/pages/DashboardPage.js b/src/pages/DashboardPage.js index eca570f..f7ec21a 100644 --- a/src/pages/DashboardPage.js +++ b/src/pages/DashboardPage.js @@ -5,7 +5,7 @@ export function renderDashboard() { const container = document.createElement('div'); container.className = 'dashboard'; - container.innerHTML = /*html*/` + container.innerHTML = `

Bienvenido, ${user?.email || 'Usuario'}