Reply type fixes
This commit is contained in:
parent
7071f0c64a
commit
79653705fe
3 changed files with 16 additions and 9 deletions
|
|
@ -58,7 +58,6 @@ export default withAuth(
|
|||
const path = parsedURL.pathname;
|
||||
console.log({ p: parsedURL.pathname });
|
||||
if (noAuthPaths.some((p: string) => path.startsWith(p))) {
|
||||
console.log({ a: "no auth" });
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue