Fixed always loading namespaces, even if the user wasnt logged in
This commit is contained in:
parent
fad767e73d
commit
875e4ea6e6
@ -51,7 +51,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
if (this.user.authenticated) {
|
||||||
this.loadNamespaces()
|
this.loadNamespaces()
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
logout() {
|
logout() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user