feat: add missing crud to provider identity service (#8717)

This commit is contained in:
Christian
2024-08-22 09:39:29 +02:00
committed by GitHub
parent 335061d8cd
commit bb4c58d526
5 changed files with 237 additions and 4 deletions
@@ -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",
},
],