mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-02 09:48:22 +00:00
feat(devices): add proper filter handling and update shadcn 🔨
This commit is contained in:
@ -2,7 +2,7 @@ import { withAuth } from "next-auth/middleware";
|
||||
|
||||
export default withAuth(
|
||||
// `withAuth` augments your `Request` with the user's token.
|
||||
function middleware(req) {},
|
||||
function middleware(req) { },
|
||||
);
|
||||
|
||||
export const config = {
|
||||
|
Reference in New Issue
Block a user