mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
app auth: fix missing email when creating user on seeding
This commit is contained in:
@@ -299,6 +299,7 @@ export class AppAuth extends Module<typeof authConfigSchema> {
|
|||||||
mutator.__unstable_toggleSystemEntityCreation(false);
|
mutator.__unstable_toggleSystemEntityCreation(false);
|
||||||
const { data: created } = await mutator.insertOne({
|
const { data: created } = await mutator.insertOne({
|
||||||
...(additional as any),
|
...(additional as any),
|
||||||
|
email,
|
||||||
strategy,
|
strategy,
|
||||||
strategy_value
|
strategy_value
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user