]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
I love semicolons
authorChocobozzz <florian.bigard@gmail.com>
Wed, 27 Apr 2016 20:18:50 +0000 (22:18 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Wed, 27 Apr 2016 20:18:50 +0000 (22:18 +0200)
client/angular/users/services/auth.service.ts

index c09f0a343ce149b625a5860e96b0d3ba3d2e164a..14c3f009ab6996a33499f6f127e7c4c13cf0c0fc 100644 (file)
@@ -33,7 +33,7 @@ export class AuthService {
         error => {
           alert(error);
         }
-      )
+      );
   }
 
   login(username: string, password: string) {