no message

This commit is contained in:
kittapath 2024-10-10 14:35:26 +07:00
parent 729f322bf1
commit de8944dbc9
3 changed files with 10 additions and 12 deletions

View file

@ -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,
}),