diff options
Diffstat (limited to 'shared/server-commands/users/login-command.ts')
-rw-r--r-- | shared/server-commands/users/login-command.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/users/login-command.ts b/shared/server-commands/users/login-command.ts index 143f72a59..54070e426 100644 --- a/shared/server-commands/users/login-command.ts +++ b/shared/server-commands/users/login-command.ts | |||
@@ -60,7 +60,7 @@ export class LoginCommand extends AbstractCommand { | |||
60 | const body = { | 60 | const body = { |
61 | client_id: this.server.store.client.id, | 61 | client_id: this.server.store.client.id, |
62 | client_secret: this.server.store.client.secret, | 62 | client_secret: this.server.store.client.secret, |
63 | username: username, | 63 | username, |
64 | response_type: 'code', | 64 | response_type: 'code', |
65 | grant_type: 'password', | 65 | grant_type: 'password', |
66 | scope: 'upload', | 66 | scope: 'upload', |