Default register user to draft status

This commit is contained in:
2024-07-02 11:05:39 +02:00
parent accd3be56d
commit 7e00a1a296
+2 -1
View File
@@ -14,7 +14,8 @@ export async function POST(request) {
first_name, first_name,
email, email,
password, password,
role: userRole role: userRole,
status: 'draft'
}) })
) )