diff --git a/app/api/users/route.ts b/app/api/users/route.ts index f0eceae1..336073bc 100644 --- a/app/api/users/route.ts +++ b/app/api/users/route.ts @@ -250,6 +250,7 @@ async function createLeantimeUser(userData: { profileId: '', status: 'a', username: userData.email, + password: userData.password, twoFAEnabled: 0, clientId: 0, clientName: null,