TV3ntu / PDS-2024-frontend

Proyecto de software 2024 - Frontend
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Agregar logout desde back a userService #133

Open agusnarvaez opened 2 weeks ago

agusnarvaez commented 2 weeks ago
 logout() {
    localStorage.removeItem('userId')
    localStorage.clear()
    this.currentUser = null
  }