removed provider from payload
This commit is contained in:
parent
7502c3e4c1
commit
fba693f761
1 changed files with 1 additions and 2 deletions
|
|
@ -63,8 +63,7 @@ export async function POST(req: Request) {
|
||||||
email,
|
email,
|
||||||
username,
|
username,
|
||||||
password,
|
password,
|
||||||
status: "active",
|
status: "active",,
|
||||||
provider: "default",
|
|
||||||
};
|
};
|
||||||
if (DEFAULT_ROLE) createPayload.role = DEFAULT_ROLE;
|
if (DEFAULT_ROLE) createPayload.role = DEFAULT_ROLE;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue