Înregistrare

(function() {
    // Check if the user is logged in
    if (document.body.classList.contains('logged-in')) {
        // Redirect to homepage
        window.location.href = 'https://clinicadefirme.stg3.net/'; // Change '/' to your homepage URL if necessary
    }
})();