To prevent phishing attacks, you should verify the address on your TREZOR first. Please reconnect your device to continue with the verification process.
);
} else {
// corner-case where device is connected but it is unavailable because it was created with different "passphrase_protection" settings
const enable: string = device.features && device.features.passphrase_protection ? 'Enable' : 'Disable';
return (
{ device.instanceLabel } is unavailable
To prevent phishing attacks, you should verify the address on your TREZOR first. { enable } passphrase settings to continue with the verification process.