Untitled
unknown
plain_text
10 months ago
268 B
5
Indexable
methods: {
// Metodă pentru logout
handleLogout() {
// Ștergem tokenul din localStorage
localStorage.removeItem("authToken");
// Redirecționăm utilizatorul către pagina principală
this.$router.push({ name: 'Home' });
},
},Editor is loading...
Leave a Comment