register update

This commit is contained in:
Samandar Turgunboyev
2026-03-18 17:56:26 +05:00
parent a34cf75c57
commit 22c1688781
31 changed files with 631 additions and 1080 deletions

View File

@@ -34,7 +34,6 @@ export async function registerForPushNotificationsAsync() {
}
if (finalStatus !== 'granted') {
console.log('Notification uchun ruxsat berilmadi!');
return;
}
@@ -43,10 +42,6 @@ export async function registerForPushNotificationsAsync() {
projectId: '67d5a024-4eb7-44ec-8b18-6c9187bd1862',
})
).data;
console.log('Push Token:', token);
} else {
console.log('Push notification faqat real qurilmalarda ishlaydi!');
}
return token;