diff options
author | crupest <crupest@outlook.com> | 2019-03-04 20:41:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-04 20:41:17 +0800 |
commit | da5666528de84788671b39156de1382c6f27c853 (patch) | |
tree | c7a8c6f8b70e598355e2b403e00a2271a624fda8 /Timeline/ClientApp/src/app/user-dialog/user.service.ts | |
parent | 1715b3a618ddffc28177e58ae21c91b30d586ccf (diff) | |
download | timeline-da5666528de84788671b39156de1382c6f27c853.tar.gz timeline-da5666528de84788671b39156de1382c6f27c853.tar.bz2 timeline-da5666528de84788671b39156de1382c6f27c853.zip |
...
Diffstat (limited to 'Timeline/ClientApp/src/app/user-dialog/user.service.ts')
-rw-r--r-- | Timeline/ClientApp/src/app/user-dialog/user.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/user-dialog/user.service.ts b/Timeline/ClientApp/src/app/user-dialog/user.service.ts index 1afebc91..b0a6eb15 100644 --- a/Timeline/ClientApp/src/app/user-dialog/user.service.ts +++ b/Timeline/ClientApp/src/app/user-dialog/user.service.ts @@ -46,7 +46,7 @@ export class AlreadyLoginException extends Error { export class BadCredentialsException extends Error { constructor(username: string = null , password: string = null) { - super(`Username[${username}] or password[${password}] is wrong.`); + super(`Username or password is wrong.`); } } |