+ confirm dialog + loginpage throwout

This commit is contained in:
xds
2025-10-28 15:40:17 +03:00
parent 95e0f3aa9c
commit f211f1dde6

View File

@@ -190,9 +190,8 @@ onMounted(async () => {
console.log('deleteRecurrent2') console.log('deleteRecurrent2')
if (tgApp.initData) { if (tgApp.initData) {
console.log('deleteRecurrent3') console.log('deleteRecurrent3')
tgApp.showConfirm(deleteAlertMessage.value, async (bnt_id) => { tgApp.showConfirm(deleteAlertMessage.value, async (confirmed) => {
console.log(bnt_id) if (confirmed) {
if (bnt_id === 'ok') {
console.log("recurrent id is deleted") console.log("recurrent id is deleted")
await deleteRecurrent() await deleteRecurrent()
} }