Implementando autenticación usando jwt #28 #31

Merged
mono merged 12 commits from implement_jwt_authentication_#28 into main 2026-03-07 17:30:23 -05:00
Showing only changes of commit 3112c82bb2 - Show all commits

View File

@@ -77,11 +77,14 @@
mounted() {
this.checkAuth();
},
watch: {
group () {
this.drawer = false
},
},
watch: {
group () {
this.drawer = false
},
$route() {
this.checkAuth();
},
},
methods: {
checkAuth() {
this.isAuthenticated = AuthService.isAuthenticated();