aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/users/services/auth.service.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-27 22:18:50 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-27 22:18:50 +0200
commitad10a70b612a129db57f3e6c8639da2a3c32ce02 (patch)
treeac9561e6ee8f9bbcd22e060a450d7b030e38523b /client/angular/users/services/auth.service.ts
parentb0ec596c0059dea40e66395827381ebcdfe809d5 (diff)
downloadPeerTube-ad10a70b612a129db57f3e6c8639da2a3c32ce02.tar.gz
PeerTube-ad10a70b612a129db57f3e6c8639da2a3c32ce02.tar.zst
PeerTube-ad10a70b612a129db57f3e6c8639da2a3c32ce02.zip
I love semicolons
Diffstat (limited to 'client/angular/users/services/auth.service.ts')
-rw-r--r--client/angular/users/services/auth.service.ts2
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) {