+ 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')
if (tgApp.initData) {
console.log('deleteRecurrent3')
tgApp.showConfirm(deleteAlertMessage.value, async (bnt_id) => {
console.log(bnt_id)
if (bnt_id === 'ok') {
tgApp.showConfirm(deleteAlertMessage.value, async (confirmed) => {
if (confirmed) {
console.log("recurrent id is deleted")
await deleteRecurrent()
}