mirror of https://gitee.com/answerdev/answer.git
Merge remote-tracking branch 'github/fix/1.0.6/admin-permission' into test
This commit is contained in:
commit
217bfd6389
|
@ -203,6 +203,7 @@ func (uc *UserController) UserLogout(ctx *gin.Context) {
|
|||
return
|
||||
}
|
||||
_ = uc.authService.RemoveUserCacheInfo(ctx, accessToken)
|
||||
_ = uc.authService.RemoveAdminUserCacheInfo(ctx, accessToken)
|
||||
handler.HandleResponse(ctx, nil, nil)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue