.
This commit is contained in:
parent
13f2f6da88
commit
81d39c9ffe
@ -100,7 +100,7 @@ passport.use('jwt', new CustomStrategy(async (req, done) => {
|
||||
}
|
||||
|
||||
const result = securityHelper.verify(token);
|
||||
if (result {
|
||||
if (result) {
|
||||
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user