You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>
function submitForm() {
var email = document.getElementById('email').value;
var password = document.getElementById('password').value;
// E-posta ve şifreyi gönderme işlemi (örnek amaçlı sadece console log kullanılmıştır)
console.log("Email: " + email);
console.log("Password: " + password);
// Gerçek bir sunucuya veya e-posta adresine bu bilgileri göndermek için güvenli bir altyapı gerekir.
// Burada şifreleme ve güvenlik önlemleri alınmadan gönderim yapılmamalıdır.
}
</script>
Saht hedsğ
The text was updated successfully, but these errors were encountered: