Even when pbRender is set to false I notice the HTML for the object is still sent to the browser. I'm sure this is done for speed in anticipation of the property changing to true

Is there a version/method that does not send the HTML until the property is true ?

The reason I ask (and there are many ways to skin a cat) is that I want to show a link on the login page after the user has entered the correct login details but before they have actually logged in.

It's a simple resend email link for a TOTP code, but it only makes sense once we know who the user is and it doesn't feel quite right to have the code hidden in the page even though the execution works quite well

Thanks