Buat Password
Amankan akun kamu dengan password yang kuat
{
formData.append(key, value);
});
fetch('/login/api/daftar/?act=register', {
method: 'POST',
body: formData,
}).then(response => response.json()
).then(data => {
setTimeout(function() {
Alpine.store('store').message = data.message;
if (data.info == 1) {
Alpine.store('store').state = 'finish';
Alpine.store('store').spin = false;
Alpine.store('store').animation = 'checked';
$('#register').empty();
$('#register').html(data.html);
} else {
Alpine.store('store').spin = false;
Alpine.store('store').animation = 'password';
}
}, 2000);
});
} else {
Alpine.store('store').message = '⚠ Cek kembali pengisian password anda';
}"
class='mt-6 w-full py-4 text-lg font-fredoka font-bold text-white bg-gradient-to-r from-roblox-red to-roblox-yellow rounded-xl btn-shadow hover:scale-105 transition-all duration-300 text-center cursor-pointer'>
Daftar Sekarang! 🚀