Frontend: licence_number>number, password update enabled

This commit is contained in:
Alex
2025-02-08 18:26:34 +01:00
parent cce2866b52
commit 32a473fe29
6 changed files with 28 additions and 21 deletions

View File

@@ -36,7 +36,7 @@ export const actions = {
console.log('Is creating: ', isCreating);
// console.dir(formData);
console.dir(processedData.user.membership);
const apiURL = `${BASE_API_URI}/backend/users/update/`;
const apiURL = `${BASE_API_URI}/backend/users/upsert/`;
/** @type {RequestInit} */
const requestUpdateOptions = {