Feat(authentication): username password provider (#6052)
This commit is contained in:
@@ -6,13 +6,16 @@ export async function createAuthUsers(
|
||||
userData: any[] = [
|
||||
{
|
||||
id: "test-id",
|
||||
entity_id: "test-id",
|
||||
provider: "manual",
|
||||
},
|
||||
{
|
||||
id: "test-id-1",
|
||||
entity_id: "test-id-1",
|
||||
provider: "manual",
|
||||
},
|
||||
{
|
||||
entity_id: "test-id-2",
|
||||
provider: "store",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user