+ confirm dialog + loginpage throwout

This commit is contained in:
xds
2025-10-28 15:39:04 +03:00
parent 1654759d5a
commit 95e0f3aa9c
2 changed files with 14 additions and 13 deletions

View File

@@ -191,6 +191,7 @@ onMounted(async () => {
if (tgApp.initData) {
console.log('deleteRecurrent3')
tgApp.showConfirm(deleteAlertMessage.value, async (bnt_id) => {
console.log(bnt_id)
if (bnt_id === 'ok') {
console.log("recurrent id is deleted")
await deleteRecurrent()