remove token

This commit is contained in:
Bastian Wagner
2024-08-25 22:23:42 +02:00
parent 106ef7a268
commit a433aa6b20

View File

@@ -150,7 +150,7 @@ export class UsersService {
throw new HttpException('Invalid token', 401); throw new HttpException('Invalid token', 401);
} }
// this.tokenRepo.removeCode(token); this.tokenRepo.removeCode(token);
const access_token = this.createAccessToken(user); const access_token = this.createAccessToken(user);
const refresh_token = this.createRefreshToken(user); const refresh_token = this.createRefreshToken(user);