diff --git a/src/App.vue b/src/App.vue index e744a86..22dc09b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@
- {{ tg_id }} +
@@ -26,7 +26,7 @@ import apiClient from '@/services/axiosSetup'; const checkNotif = computed(() => { - return !!tg_id.value && 'Notification' in window && Notification.permission === 'default' + return !tg_id.value && 'Notification' in window && Notification.permission === 'default' }) const tg_id = computed(() => {