Redirect after password reset email

We are using new universal login.
We are providing the clientid to create the ticket:
var ticket =await client.Tickets.CreatePasswordChangeTicketAsync(new PasswordChangeTicketRequest { ClientId = _service.getClientId(), UserId = userCreationResult.UserId });

_service is the our service that provides settings.