Minor bug fix
This commit is contained in:
parent
5766c5580f
commit
3e62378687
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,8 @@ module.exports = async (
|
||||||
if (!unprotectedRoutes[method][path] && authorization && GunDB.isAuthenticated()) {
|
if (!unprotectedRoutes[method][path] && authorization && GunDB.isAuthenticated()) {
|
||||||
GunActions.setLastSeenApp()
|
GunActions.setLastSeenApp()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
next()
|
||||||
}
|
}
|
||||||
|
|
||||||
const unlockWallet = password =>
|
const unlockWallet = password =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue