Minor bug fix

This commit is contained in:
Emad-salah 2020-04-19 02:15:49 +01:00 committed by GitHub
parent 5766c5580f
commit 3e62378687

View file

@ -153,6 +153,8 @@ module.exports = async (
if (!unprotectedRoutes[method][path] && authorization && GunDB.isAuthenticated()) {
GunActions.setLastSeenApp()
}
next()
}
const unlockWallet = password =>