diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index f534fd7a1e..ab78000064 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -147,7 +147,8 @@ public static class FeatureFlagKeys return new Dictionary() { { TrustedDeviceEncryption, "true" }, - { Fido2VaultCredentials, "true" } + { Fido2VaultCredentials, "true" }, + { DuoRedirect, "true" } }; } }