aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/user-dialog/user.service.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-04 20:41:17 +0800
committercrupest <crupest@outlook.com>2019-03-04 20:41:17 +0800
commitb7ce3f7139798a734905b6df7530feb8c5d0c373 (patch)
treec8c6de525e5ae805b364ef015473343ae15371fa /Timeline/ClientApp/src/app/user-dialog/user.service.ts
parent4daf2ce80df373fa38d32c74ee475f33a07b18f1 (diff)
downloadtimeline-b7ce3f7139798a734905b6df7530feb8c5d0c373.tar.gz
timeline-b7ce3f7139798a734905b6df7530feb8c5d0c373.tar.bz2
timeline-b7ce3f7139798a734905b6df7530feb8c5d0c373.zip
...
Diffstat (limited to 'Timeline/ClientApp/src/app/user-dialog/user.service.ts')
-rw-r--r--Timeline/ClientApp/src/app/user-dialog/user.service.ts2
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.`);
}
}