mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
organizations to account profile
This commit is contained in:
@ -37,7 +37,7 @@ namespace Bit.Core.Repositories.SqlServer
|
||||
using(var connection = new SqlConnection(ConnectionString))
|
||||
{
|
||||
var results = await connection.QueryAsync<Organization>(
|
||||
"[dbo].[Organization_ReadUserId]",
|
||||
"[dbo].[Organization_ReadByUserId]",
|
||||
new { UserId = userId },
|
||||
commandType: CommandType.StoredProcedure);
|
||||
|
||||
|
Reference in New Issue
Block a user