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

@ -98,7 +98,6 @@ export class KeycloakController extends Controller {
firstName: body.firstName,
lastName: body.lastName,
email: body.email,
requiredActions: ["UPDATE_PASSWORD"],
});
if (typeof userId !== "string") {