]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/auth/auth.service.ts
Fix change detection in app component
[github/Chocobozzz/PeerTube.git] / client / src / app / core / auth / auth.service.ts
index 4213da20c065211f2468d23a4149d726dcb80be3..c3879d570afd5afa9995ef1aac2d419c385e6858 100644 (file)
@@ -122,7 +122,7 @@ export class AuthService {
       scope: 'upload',
       username,
       password
-  }
+    }
 
     const headers = new HttpHeaders().set('Content-Type', 'application/x-www-form-urlencoded')
     return this.http.post<UserLogin>(AuthService.BASE_TOKEN_URL, objectToUrlEncoded(body), { headers })