1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[PM-5947] Add self-hosted override to allow Duo redirect flow (#3818)

This commit is contained in:
Todd Martin
2024-02-21 14:17:40 -05:00
committed by GitHub
parent 70fac808b0
commit 374b59bcfb

View File

@ -147,7 +147,8 @@ public static class FeatureFlagKeys
return new Dictionary<string, string>()
{
{ TrustedDeviceEncryption, "true" },
{ Fido2VaultCredentials, "true" }
{ Fido2VaultCredentials, "true" },
{ DuoRedirect, "true" }
};
}
}