LCC International University > Donate to LCC > Forgot password

Forgot Password

Please enter email address that you are using to login into your LCC International University donation account.

Back
window.addEventListener('message', function(event) { console.log('Received postMessage event:', event); // Check for a specific message if needed if (event.data === 'chatClosed') { console.log('The chat has been closed.'); // You could hide the chat container here, e.g., // document.getElementById('chatbox').style.display = 'none'; } });