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,
|
||||
username,
|
||||
password,
|
||||
status: "active",
|
||||
provider: "default",
|
||||
status: "active",,
|
||||
};
|
||||
if (DEFAULT_ROLE) createPayload.role = DEFAULT_ROLE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue