mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
Fix EF bugs (#1791)
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Bit.Infrastructure.EntityFramework.Repositories.Queries
|
||||
SsoExternalId = x.su.ExternalId,
|
||||
Permissions = x.ou.Permissions,
|
||||
ResetPasswordKey = x.ou.ResetPasswordKey,
|
||||
UsesKeyConnector = x.u.UsesKeyConnector,
|
||||
UsesKeyConnector = x.u != null && x.u.UsesKeyConnector,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user