]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/users/login-command.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / shared / server-commands / users / login-command.ts
index 143f72a59c0e994bebfe4d4115257b26819afce7..54070e4261f6642f69c23187175ca909853a436b 100644 (file)
@@ -60,7 +60,7 @@ export class LoginCommand extends AbstractCommand {
     const body = {
       client_id: this.server.store.client.id,
       client_secret: this.server.store.client.secret,
-      username: username,
+      username,
       response_type: 'code',
       grant_type: 'password',
       scope: 'upload',