注销去除密码版本

This commit is contained in:
cool_team 2023-05-31 15:11:24 +08:00
parent 755a750d22
commit 61fd3b0ab8

View File

@ -167,6 +167,7 @@ export class BaseSysLoginService extends BaseService {
await this.cacheManager.del(`admin:perms:${userId}`); await this.cacheManager.del(`admin:perms:${userId}`);
await this.cacheManager.del(`admin:token:${userId}`); await this.cacheManager.del(`admin:token:${userId}`);
await this.cacheManager.del(`admin:token:refresh:${userId}`); await this.cacheManager.del(`admin:token:refresh:${userId}`);
await this.cacheManager.del(`admin:passwordVersion:${userId}`);
} }
/** /**