provider fix for registration on main
This commit is contained in:
parent
10767e379c
commit
7b707e07a7
1 changed files with 0 additions and 2 deletions
|
|
@ -65,8 +65,6 @@ export async function POST(req: Request) {
|
|||
email,
|
||||
username,
|
||||
password,
|
||||
status: "active",
|
||||
provider: "default",
|
||||
};
|
||||
if (DEFAULT_ROLE) createPayload.role = DEFAULT_ROLE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue