diff --git a/src/App.vue b/src/App.vue index 3992080..a131582 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,7 +30,7 @@ export default { Object.assign(axios.defaults, { headers: { Authorization: this.$store.state.user.token }, }); - if (this.$store.state.debug) { + if (this.$store.state.client.development) { this.$buefy.snackbar.open({ message: this.$t("errors.devBuild"), type: "is-warning", diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 9023587..747649f 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -108,7 +108,7 @@
!! BEING ACCESSED INSECURELY !!
!! INSECURE WARNING OVERRIDE !!
diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index ad88370..813fae4 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -241,7 +241,7 @@ {{ $t("navbar.teams") }}