Abdul Samad
Abdul Samad
+1 Windows support
> No I meant like Ability of App to Display Local Vids within the App and also play ofc Bro there are plenty of good and open source video players...
Yeah, I want this feature too.
```ts // changing this const adminGuard = pipe( customClaims, map((claims) => claims.role === 'admin' || ['login']) ); // to this, fixes the issue for me const adminGuard = () =>...