Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
fed270e71a
|
@ -67,8 +67,8 @@ public class JwtTokenAdminInterceptor implements HandlerInterceptor {
|
||||||
if (res) {
|
if (res) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
// throw new AuthException(JWT_INVALID);
|
throw new AuthException(JWT_INVALID);
|
||||||
return true;
|
// return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue