Skip to content

Commit

Permalink
Merge pull request #7 from KiiCorp/send_api_key
Browse files Browse the repository at this point in the history
Send api key
  • Loading branch information
shinsuke-nara authored Oct 26, 2017
2 parents 99b26e7 + 93a300b commit 8c79db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/handlers/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def post(self):
'object_type': 'user'
})

d = user.to_dict()
d = user.to_dict(with_api_key=True)

return d

Expand Down

0 comments on commit 8c79db9

Please sign in to comment.