diff --git a/plugins/telegram-resources/src/components/Connect.svelte b/plugins/telegram-resources/src/components/Connect.svelte index e5d98b5f75..7b4581d5f2 100644 --- a/plugins/telegram-resources/src/components/Connect.svelte +++ b/plugins/telegram-resources/src/components/Connect.svelte @@ -71,6 +71,8 @@ if (res.err != null) { throw new Error(res.err) } + + return res } function back() {