diff --git a/src/routes.js b/src/routes.js index 5d2bfc56..f3661c0f 100644 --- a/src/routes.js +++ b/src/routes.js @@ -153,6 +153,8 @@ module.exports = async ( if (!unprotectedRoutes[method][path] && authorization && GunDB.isAuthenticated()) { GunActions.setLastSeenApp() } + + next() } const unlockWallet = password =>