#28 style: fix lint issues in auth components

This commit is contained in:
mono
2026-03-07 17:03:30 -05:00
parent 3112c82bb2
commit 7f73251c5e
5 changed files with 33 additions and 33 deletions

View File

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