mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
eslint: Fix unicorn/require-module-specifiers.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
adf10dcab9
commit
abe36b2c3d
@@ -61,4 +61,3 @@ void (async () => {
|
|||||||
document.querySelector<HTMLParagraphElement>("p#done")!.hidden = false;
|
document.querySelector<HTMLParagraphElement>("p#done")!.hidden = false;
|
||||||
window.location.href = "/accounts/login/subdomain/" + encodeURIComponent(token);
|
window.location.href = "/accounts/login/subdomain/" + encodeURIComponent(token);
|
||||||
})();
|
})();
|
||||||
export {};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user