mirror of
https://github.com/bitwarden/server
synced 2025-12-26 21:23:39 +00: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