diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index b628be1d0..e11716326 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -47,6 +47,7 @@ namespace Bit.Core public const string ConfigsKey = "configsKey"; public const string DisplayEuEnvironmentFlag = "display-eu-environment"; public const string RegionEnvironment = "regionEnvironment"; + public const string DuoCallback = "bitwarden://duo-callback"; /// /// This key is used to store the value of "ShouldConnectToWatch" of the last user that had logged in diff --git a/src/Core/Pages/Accounts/TwoFactorPage.xaml b/src/Core/Pages/Accounts/TwoFactorPage.xaml index ad0904ce8..a59014055 100644 --- a/src/Core/Pages/Accounts/TwoFactorPage.xaml +++ b/src/Core/Pages/Accounts/TwoFactorPage.xaml @@ -132,14 +132,26 @@ - + +