1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 04:19:09 +00:00

set connect default endpoint

This commit is contained in:
Szymon Lesisz 2020-04-03 11:27:51 +02:00
parent 26b820e140
commit 2c271e9043

View File

@ -122,7 +122,7 @@ export const init = (): AsyncAction => async (
let connectSrc;
if (buildUtils.isDev()) {
connectSrc = typeof LOCAL === 'string' ? LOCAL : 'https://connect.corp.sldev.cz/develop/';
connectSrc = typeof LOCAL === 'string' ? LOCAL : undefined;
window.TrezorConnect = TrezorConnect;
}