no message
This commit is contained in:
parent
729f322bf1
commit
de8944dbc9
3 changed files with 10 additions and 12 deletions
|
|
@ -75,7 +75,7 @@ export async function createUser(username: string, password: string, opts?: Reco
|
|||
method: "POST",
|
||||
body: JSON.stringify({
|
||||
enabled: true,
|
||||
credentials: [{ type: "password", value: password }],
|
||||
credentials: [{ type: "password", value: password ,temporary: false,}],
|
||||
username,
|
||||
...opts,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue