Swal.fire({
    title: "Telefonunuz onaylı değil! SMS gelen kodu girin.",
    icon: "error",
    button: "KAPAT",
    timer: 4000,
    confirmButtonColor: '#3085d6',
    confirmButtonText: 'Onayla',
  }).then((result) => {
    if (result.isConfirmed) {
      
    }
})