Skip to content

Commit

Permalink
fix: conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Sep 29, 2023
1 parent 6958361 commit 91e1120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/middlewares/withOrganization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { fallbackLng, cookieName as lngCookieName } from "@/app/i18/settings";
import { USERS_API_BASE_URL } from "@/lib/api/users";
import { getToken } from "next-auth/jwt";
import { refreshAccessToken } from "@/app/api/auth/[...nextauth]/options";

const protectedPaths = ["/home", "/projects", "datasets", "/settings", "/map"];

export const withOrganization: MiddlewareFactory = (next: NextMiddleware) => {
Expand Down

0 comments on commit 91e1120

Please sign in to comment.