Skip to content

Commit 0f22ff9

Browse files
committed
removing login popup -> wrong username or password
1 parent 14a6c73 commit 0f22ff9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/auth/auth.service.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auth/auth.service.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/auth/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class AuthService {
8585
try {
8686
token = cryptr.decrypt(token);
8787
} catch (err) {
88-
throw new BadRequestException('Bad request.');
88+
throw new BadRequestException('LOGOUT');
8989
}
9090
}
9191
return token;

0 commit comments

Comments
 (0)