upd: webpush
Deskripsi: - matikan webpush krn tidak kompatibel dg iphone No Issues
This commit is contained in:
@@ -11,7 +11,7 @@ export default async function Layout({ children }: { children: React.ReactNode }
|
|||||||
const user = await funGetUserByCookies()
|
const user = await funGetUserByCookies()
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PushProvider user={String(user.id)} />
|
{/* <PushProvider user={String(user.id)} /> */}
|
||||||
<WrapLayout role={user.idUserRole} theme={user.theme} user={user.id} village={user.idVillage}>
|
<WrapLayout role={user.idUserRole} theme={user.theme} user={user.id} village={user.idVillage}>
|
||||||
{children}
|
{children}
|
||||||
</WrapLayout>
|
</WrapLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user