mirror of
https://github.com/bitwarden/server.git
synced 2025-04-08 06:28:14 -05:00
sproc tweak
This commit is contained in:
parent
05891f2122
commit
0f008435ba
@ -5,12 +5,10 @@ BEGIN
|
|||||||
SET NOCOUNT ON
|
SET NOCOUNT ON
|
||||||
|
|
||||||
SELECT TOP 1
|
SELECT TOP 1
|
||||||
SSO.*,
|
SSO.*
|
||||||
O.[Identifier]
|
|
||||||
FROM
|
FROM
|
||||||
[dbo].[SsoConfigView] SSO
|
[dbo].[SsoConfigView] SSO
|
||||||
INNER JOIN
|
INNER JOIN
|
||||||
[dbo].[Organization] O ON O.[Id] = SSO.[OrganizationId]
|
[dbo].[Organization] O ON O.[Id] = SSO.[OrganizationId]
|
||||||
WHERE
|
AND O.[Identifier] = @Identifier
|
||||||
O.[Identifier] = @Identifier
|
|
||||||
END
|
END
|
||||||
|
Loading…
x
Reference in New Issue
Block a user