Frontend: licence_number>number, password update enabled
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user