diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-27 22:18:50 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-27 22:18:50 +0200 |
commit | ad10a70b612a129db57f3e6c8639da2a3c32ce02 (patch) | |
tree | ac9561e6ee8f9bbcd22e060a450d7b030e38523b | |
parent | b0ec596c0059dea40e66395827381ebcdfe809d5 (diff) | |
download | PeerTube-ad10a70b612a129db57f3e6c8639da2a3c32ce02.tar.gz PeerTube-ad10a70b612a129db57f3e6c8639da2a3c32ce02.tar.zst PeerTube-ad10a70b612a129db57f3e6c8639da2a3c32ce02.zip |
I love semicolons
-rw-r--r-- | client/angular/users/services/auth.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/angular/users/services/auth.service.ts b/client/angular/users/services/auth.service.ts index c09f0a343..14c3f009a 100644 --- a/client/angular/users/services/auth.service.ts +++ b/client/angular/users/services/auth.service.ts | |||
@@ -33,7 +33,7 @@ export class AuthService { | |||
33 | error => { | 33 | error => { |
34 | alert(error); | 34 | alert(error); |
35 | } | 35 | } |
36 | ) | 36 | ); |
37 | } | 37 | } |
38 | 38 | ||
39 | login(username: string, password: string) { | 39 | login(username: string, password: string) { |