Skip to content

Commit

Permalink
feat:.withCredentials true
Browse files Browse the repository at this point in the history
  • Loading branch information
jundm committed Apr 23, 2022
1 parent d8b8519 commit e1c640d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { parseJwt, setVerifyToken } from "@utils/Cookies/TokenManager";
import Footer from "@components/Footer";

function App({ Component, pageProps }: AppProps) {
axios.defaults.withCredentials = true;
const router = useRouter();
const routeName = router.pathname.split("/");
const toggleHeader = useAppSelector(globalHeader);
Expand Down

1 comment on commit e1c640d

@vercel
Copy link

@vercel vercel bot commented on e1c640d Apr 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.