Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/App.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/App.vue b/src/App.vue
index 645af0420..f6a1618d1 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -341,7 +341,7 @@ export default {
}
})
- Router.afterEach((to, from, next) => {
+ Router.afterEach((to) => {
/**
* Change the page title only after the route was changed
*/
@@ -352,8 +352,6 @@ export default {
} else if (to.name === 'notfound') {
this.setPageTitle('')
}
-
- next()
})
if (getCurrentUser()) {