removed provider from payload

This commit is contained in:
makearmy 2025-10-03 07:15:00 -04:00
parent 7502c3e4c1
commit fba693f761

View file

@ -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;