From 3e623786879f93b10cd7179284813cd62310aec1 Mon Sep 17 00:00:00 2001 From: Emad-salah Date: Sun, 19 Apr 2020 02:15:49 +0100 Subject: [PATCH] Minor bug fix --- src/routes.js | 2 ++ 1 file changed, 2 insertions(+) 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 =>