Disable auto login attempt on Accounts.createUser

Hi there,
how can I disable the auto login attempt on Accounts.createUser?

I’d use a meteor method and use Accounts.createUser on the server.

From the docs:

On the client, this function logs in as the newly created user on successful completion. On the server, it returns the newly created user id.

1 Like

No way to prevent this when calling it from client side? I’m using the accounts ui package, hence the question.