beforeEnter()

in webapp/src/router.js [31:34]


      beforeEnter(to, from, next) {
        clearAuthToken()
        next('/login')
      },