Переведена ошибка для неверного логина или пароля

This commit is contained in:
vigdorov
2020-08-02 00:46:02 +03:00
parent 41664f44f5
commit 77c1b38bba

View File

@ -170,7 +170,7 @@ export class UserService {
return this.generateTokens(login, host, agent);
}
throw new BadRequestException('Invalid user or password');
throw new BadRequestException('Не верный логин или пароль');
}
verifyToken(token: string, secret: string): void {