Used znc proxy when opening web services

This commit is contained in:
Samuel Elliott 2022-04-17 00:59:06 +01:00
parent 68246fbb6b
commit 407f72621c
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -146,7 +146,7 @@ export default class MenuApp {
items.push(new MenuItem({
label: webservice.name,
click: async () => {
const {nso, data} = await getToken(this.store.storage, token);
const {nso, data} = await getToken(this.store.storage, token, process.env.ZNC_PROXY_URL);
await openWebService(this.store, token, nso, data, webservice);
},