delete user leantime api 5

This commit is contained in:
Alma 2025-04-10 21:08:04 +02:00
parent 5335ef1b13
commit f4820017a6

View File

@ -248,6 +248,19 @@ async function createLeantimeUser(userData: {
lastlogin: null,
created: new Date().toISOString(),
modified: new Date().toISOString(),
notifications: 1,
settings: '{}',
twoFAEnabled: false,
twoFASecret: null,
profileId: null,
expires: null,
session: null,
sessiontime: null,
wage: null,
hours: null,
description: null,
forcePwReset: false,
lastpwd_change: null
}
}
})