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);
|
||||
const { data: created } = await mutator.insertOne({
|
||||
...(additional as any),
|
||||
email,
|
||||
strategy,
|
||||
strategy_value
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user