feat: add missing crud to provider identity service (#8717)
This commit is contained in:
@@ -8,7 +8,7 @@ export async function createAuthIdentities(
|
||||
id: "test-id",
|
||||
provider_identities: [
|
||||
{
|
||||
entity_id: "test-id",
|
||||
entity_id: "provider-test-id",
|
||||
provider: "manual",
|
||||
},
|
||||
],
|
||||
@@ -20,7 +20,7 @@ export async function createAuthIdentities(
|
||||
id: "test-id-1",
|
||||
provider_identities: [
|
||||
{
|
||||
entity_id: "test-id-1",
|
||||
entity_id: "provider-test-id-1",
|
||||
provider: "manual",
|
||||
},
|
||||
],
|
||||
@@ -28,7 +28,7 @@ export async function createAuthIdentities(
|
||||
{
|
||||
provider_identities: [
|
||||
{
|
||||
entity_id: "test-id-2",
|
||||
entity_id: "provider-test-id-2",
|
||||
provider: "store",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user