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,
username,
password,
status: "active",
provider: "default",
status: "active",,
};
if (DEFAULT_ROLE) createPayload.role = DEFAULT_ROLE;