const privacyPolicy = document.getElementById('privacy-policy'); const signupPage = document.querySelector("#kc-register-form"); if (privacyPolicy) { privacyPolicy.innerHTML = 'This is a authentication for an app under test, you can use fake emails here, we do not store them' } if (signupPage){ document.title = 'Sign Up to test the app' }