set connect default endpoint

pull/625/head
Szymon Lesisz 4 years ago
parent 26b820e140
commit 2c271e9043

@ -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;
}

Loading…
Cancel
Save