upd: notifikasi

Deskripsi:
- notifikasi saat allowed device
- ios dan android

No Issues
This commit is contained in:
2026-03-04 16:35:59 +08:00
parent 3cc7f76346
commit 608381673f
3 changed files with 33 additions and 5 deletions

View File

@@ -745,7 +745,7 @@ export const apiRegisteredToken = async (data: { user: string, token: string, ca
return response.data;
};
export const apiUnregisteredToken = async (data: { user: string, token: string }) => {
export const apiUnregisteredToken = async (data: { user: string, token: string, category?: string }) => {
const response = await api.put(`/mobile/auth-token`, data)
return response.data;
};