diff --git a/bin/cli-users b/bin/cli-users index 18da341bb..a01980a20 100755 --- a/bin/cli-users +++ b/bin/cli-users @@ -290,7 +290,12 @@ async function createUser() { const ctx = Context.forSystem(); // Create the user. - const user = await UsersService.createLocalUser(ctx, email, password, username); + const user = await UsersService.createLocalUser( + ctx, + email, + password, + username + ); // Set the role. await UsersService.setRole(user.id, role);