From 8b408634728cc71f73beb34f5d3d447857b9c584 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 26 Jun 2017 23:56:45 -0400 Subject: [PATCH] no need for chrome ext to have appid --- src/Api/Controllers/TwoFactorController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Api/Controllers/TwoFactorController.cs b/src/Api/Controllers/TwoFactorController.cs index 036f3cc969..9765f97920 100644 --- a/src/Api/Controllers/TwoFactorController.cs +++ b/src/Api/Controllers/TwoFactorController.cs @@ -155,8 +155,7 @@ namespace Bit.Api.Controllers { _globalSettings.U2f.AppId, //"ios:bundle-id:com.8bit.bitwarden", - //"android:apk-key-hash:585215fd5153209a7e246f53286035838a0be227", - //"chrome-extension://nngceckbapebfimnlniiiahkandclblb" + //"android:apk-key-hash:585215fd5153209a7e246f53286035838a0be227" } } }