Bypass AI Promo Landing Page
<script>
// Function to redirect if the URL matches the default page
function redirectToAgencyDashboard() {
// Define the paths
const defaultPath = '/ai-employee-promo';
const targetPath = '/agency_dashboard/';
// Check if the current path matches the default path
if (window.location.pathname === defaultPath) {
// Redirect to the target path
window.location.pathname = targetPath;
}
}
// Execute the redirection function
redirectToAgencyDashboard();
</script>
Agency Level Instructions
Go to
Agency > Settings > Whitelabel
Add code to the
JS Code
box.Save
Refresh
Last updated
Was this helpful?