cambios a tirar xd
This commit is contained in:
parent
3c901a35a6
commit
6932c71717
|
|
@ -917,7 +917,6 @@
|
|||
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ export function renderDashboard() {
|
|||
const container = document.createElement('div');
|
||||
container.className = 'dashboard';
|
||||
|
||||
container.innerHTML = /*html*/`
|
||||
container.innerHTML = `
|
||||
<div class="dashboard-header">
|
||||
<h1>Bienvenido, ${user?.email || 'Usuario'}</h1>
|
||||
<button id="logout-button" class="logout-button">Cerrar Sesión</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue