mirror of https://github.com/zulip/zulip.git
8ab6182683
`/api/v1/fetch_api_key`'s response had a key `email` with the user's delivery email. But its JSON counterpart `/json/fetch_api_key`, which has a completely different implementation, did not return `email` in its success response. So to avoid confusion, the non-API endpoint, `/json/fetch_api_key` response has been made identical with it's `/api` counterpart by adding the `email` key. Also it is safe to send as the calling user will only see their own email. |
||
---|---|---|
.. | ||
data_import | ||
lib | ||
management | ||
migrations | ||
openapi | ||
templatetags | ||
tests | ||
tornado | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
models.py | ||
signals.py |