3
0
mike 187d2c453d
All checks were successful
continuous-integration/drone/push Build is passing
removed synest
2024-09-29 15:08:33 +02:00

12 lines
366 B
JavaScript

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