Skip to content

Commit

Permalink
add ButtonRequest_PinEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Jun 18, 2020
1 parent b12a086 commit 06d90d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite/src/actions/suite/trezorConnectActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const init = () => async (dispatch: Dispatch, getState: GetState) => {
const connectSrc =
process.env.SUITE_TYPE === 'desktop'
? resolveStaticPath('connect/')
: 'https://connect.trezor.io/8/';
: 'https://connect.corp.sldev.cz/feat/232-protobuf/';
// 'https://localhost:8088/';
// 'https://connect.corp.sldev.cz/develop/';

Expand Down
1 change: 1 addition & 0 deletions packages/suite/src/components/suite/modals/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const getDeviceContextModal = (props: Props) => {
case 'ButtonRequest_WipeDevice':
case 'ButtonRequest_UnknownDerivationPath':
case 'ButtonRequest_FirmwareUpdate':
case 'ButtonRequest_PinEntry':
return <ConfirmAction device={device} />;
default:
return null;
Expand Down

0 comments on commit 06d90d2

Please sign in to comment.