chore: ws

This commit is contained in:
mahyargdz
2025-07-20 15:36:11 +03:30
parent b2dd55b166
commit 97f0a20ab3
@@ -24,6 +24,8 @@ export class AuthService {
const user = await this.checkUserLoginCredentialWithEmail(email, password); const user = await this.checkUserLoginCredentialWithEmail(email, password);
if (!user.isActive) throw new BadRequestException(AuthMessage.USER_ACCOUNT_INACTIVE);
const tokens = await this.tokensService.generateTokens(user); const tokens = await this.tokensService.generateTokens(user);
await this.notificationQueue.addLoginNotification(user.id, { await this.notificationQueue.addLoginNotification(user.id, {