1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

Update TrezorConnectActions.js

This commit is contained in:
Szymon Lesisz 2019-02-26 13:20:09 +01:00
parent 2607417583
commit b45a3d3eee

View File

@ -133,7 +133,7 @@ export const init = (): AsyncAction => async (dispatch: Dispatch, getState: GetS
pendingTransportEvent: (getState().devices.length < 1),
manifest: {
email: 'info@trezor.io',
appUrl: 'http://beta-wallet.trezor.io/next/',
appUrl: 'https://beta-wallet.trezor.io/next/',
},
});
} catch (error) {