mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
format nit and migration date nit
This commit is contained in:
parent
2b55485f58
commit
786b054d8f
@ -19,9 +19,9 @@ SELECT
|
||||
[DeletedDate],
|
||||
[Reprompt],
|
||||
[Key],
|
||||
[OrganizationUseTotp]
|
||||
, MAX ([Edit]) AS [Edit]
|
||||
, MAX ([ViewPassword]) AS [ViewPassword]
|
||||
[OrganizationUseTotp],
|
||||
MAX ([Edit]) AS [Edit],
|
||||
MAX ([ViewPassword]) AS [ViewPassword]
|
||||
FROM
|
||||
[dbo].[UserCipherDetails](@UserId)
|
||||
WHERE
|
||||
@ -41,5 +41,4 @@ SELECT
|
||||
[Reprompt],
|
||||
[Key],
|
||||
[OrganizationUseTotp]
|
||||
|
||||
END
|
Loading…
Reference in New Issue
Block a user