mirror of https://github.com/zulip/zulip.git
refactor: Use people.my_current_email() in settings.js.
This commit is contained in:
parent
2af0302ed0
commit
0ccb2e38f8
|
@ -749,7 +749,7 @@ function _setup_page() {
|
|||
|
||||
$("#download_zuliprc").on("click", function () {
|
||||
$(this).attr("href", settings.generate_zuliprc_uri(
|
||||
page_params.email,
|
||||
people.my_current_email(),
|
||||
$("#api_key_value").text()
|
||||
));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue