mirror of
https://github.com/bitwarden/server.git
synced 2025-07-12 05:13:58 -05:00
formatting
This commit is contained in:
@ -10,4 +10,4 @@ BEGIN
|
||||
[dbo].[SsoConfigView]
|
||||
WHERE
|
||||
[Identifier] = @Identifier
|
||||
END
|
||||
END
|
||||
|
@ -10,4 +10,4 @@ BEGIN
|
||||
[dbo].[SsoConfigView]
|
||||
WHERE
|
||||
[OrganizationId] = @OrganizationId
|
||||
END
|
||||
END
|
||||
|
@ -3,4 +3,4 @@ AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[SsoConfig]
|
||||
[dbo].[SsoConfig]
|
||||
|
Reference in New Issue
Block a user