From 6eb46b546958cbf297e0320262e13a7be5d00b91 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Tue, 23 May 2023 23:21:50 +0300 Subject: [PATCH] PM-1575 For now just display Available for two-step login on non-discoverable passkey inside of a cipher login --- src/App/Pages/Vault/CipherDetailsPage.xaml | 4 +--- src/App/Resources/AppResources.Designer.cs | 9 +++++++++ src/App/Resources/AppResources.resx | 3 +++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/App/Pages/Vault/CipherDetailsPage.xaml b/src/App/Pages/Vault/CipherDetailsPage.xaml index 14ebbde9c..4652c1cab 100644 --- a/src/App/Pages/Vault/CipherDetailsPage.xaml +++ b/src/App/Pages/Vault/CipherDetailsPage.xaml @@ -187,10 +187,8 @@ StyleClass="box-label" Margin="0,10,0,0" IsVisible="{Binding Cipher.Login.Fido2Key}"/> - diff --git a/src/App/Resources/AppResources.Designer.cs b/src/App/Resources/AppResources.Designer.cs index df4400de0..9cc738547 100644 --- a/src/App/Resources/AppResources.Designer.cs +++ b/src/App/Resources/AppResources.Designer.cs @@ -958,6 +958,15 @@ namespace Bit.App.Resources { } } + /// + /// Looks up a localized string similar to Available for two-step login. + /// + public static string AvailableForTwoStepLogin { + get { + return ResourceManager.GetString("AvailableForTwoStepLogin", resourceCulture); + } + } + /// /// Looks up a localized string similar to A verification code was sent to your email. /// diff --git a/src/App/Resources/AppResources.resx b/src/App/Resources/AppResources.resx index a9c68e2bb..44a3185a6 100644 --- a/src/App/Resources/AppResources.resx +++ b/src/App/Resources/AppResources.resx @@ -2656,4 +2656,7 @@ Do you want to switch to this account? Copy application + + Available for two-step login +