From 42884c29349a245016c09e403cbb5bf5658350cb Mon Sep 17 00:00:00 2001 From: Alma Date: Thu, 10 Apr 2025 22:16:04 +0200 Subject: [PATCH] delete user leantime api 11 --- app/api/users/route.ts | 1 + 1 file changed, 1 insertion(+) 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,