diff --git a/package-lock.json b/package-lock.json index 3dc0ea2..a31296a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -917,6 +917,7 @@ "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 f7ec21a..eca570f 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 = ` + container.innerHTML = /*html*/`

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