aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathew Kamkar <matkam@gmail.com>2019-05-25 12:42:48 +0800
committerGitHub <noreply@github.com>2019-05-25 12:42:48 +0800
commitc7266067cecf2fe7ab4ba40e112bf93baea1f618 (patch)
tree50f547e27f1296e997eb8c42e0d7f8b51e2d1c93
parentd2d6b547b6f104223803827666a76aaf7b2f5d53 (diff)
downloadtangerine-wallet-browser-c7266067cecf2fe7ab4ba40e112bf93baea1f618.tar
tangerine-wallet-browser-c7266067cecf2fe7ab4ba40e112bf93baea1f618.tar.gz
tangerine-wallet-browser-c7266067cecf2fe7ab4ba40e112bf93baea1f618.tar.bz2
tangerine-wallet-browser-c7266067cecf2fe7ab4ba40e112bf93baea1f618.tar.lz
tangerine-wallet-browser-c7266067cecf2fe7ab4ba40e112bf93baea1f618.tar.xz
tangerine-wallet-browser-c7266067cecf2fe7ab4ba40e112bf93baea1f618.tar.zst
tangerine-wallet-browser-c7266067cecf2fe7ab4ba40e112bf93baea1f618.zip
Enable Ledger hardware wallet support on Firefox
Firefox 67 support U2F by default
-rw-r--r--ui/app/pages/create-account/connect-hardware/index.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/app/pages/create-account/connect-hardware/index.js b/ui/app/pages/create-account/connect-hardware/index.js
index 5a91a2725..68b932935 100644
--- a/ui/app/pages/create-account/connect-hardware/index.js
+++ b/ui/app/pages/create-account/connect-hardware/index.js
@@ -51,12 +51,6 @@ class ConnectHardwareForm extends Component {
}
connectToHardwareWallet = (device) => {
- // Ledger hardware wallets are not supported on firefox
- if (getPlatform() === PLATFORM_FIREFOX && device === 'ledger') {
- this.setState({ browserSupported: false, error: null})
- return null
- }
-
if (this.state.accounts.length) {
return null
}