Fix localStorage usage
This commit is contained in:
@@ -39,9 +39,6 @@ export default {
|
||||
},
|
||||
}
|
||||
},
|
||||
beforeMount() {
|
||||
initializeFirebase()
|
||||
},
|
||||
computed: {
|
||||
statusCode() {
|
||||
return (this.error && this.error.statusCode) || 500
|
||||
@@ -50,6 +47,9 @@ export default {
|
||||
return this.error.message || this.$t("something_went_wrong")
|
||||
},
|
||||
},
|
||||
beforeMount() {
|
||||
initializeFirebase()
|
||||
},
|
||||
|
||||
methods: {
|
||||
reloadApplication() {
|
||||
|
||||
Reference in New Issue
Block a user