EAS_SyahrilAchmadFahrezi_202310715211

This commit is contained in:
202310715211 SYAHRIL ACHMAD FAHREZI 2026-01-14 20:28:39 +07:00
parent 3d7b6e7ce0
commit 9cafdd40a9

View File

@ -72,9 +72,9 @@ fun kirimKeN8n(
Toast.makeText( Toast.makeText(
context, context,
if (responseCode == 200) if (responseCode == 200)
"Absensi diterima server" "Absensi Diterima Server"
else else
"Absensi ditolak server", "Absensi Ditolak Server",
Toast.LENGTH_SHORT Toast.LENGTH_SHORT
).show() ).show()
} }