mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
added org duo to 2fa flow
This commit is contained in:
@ -236,6 +236,12 @@ BEGIN
|
||||
[Id],
|
||||
[UseEvents],
|
||||
[Use2fa],
|
||||
CASE
|
||||
WHEN [Use2fa] = 1 AND [TwoFactorProviders] IS NOT NULL AND [TwoFactorProviders] != '{}' THEN
|
||||
1
|
||||
ELSE
|
||||
0
|
||||
END AS [Using2fa],
|
||||
[Enabled]
|
||||
FROM
|
||||
[dbo].[Organization]
|
||||
|
Reference in New Issue
Block a user