Skip to content

Commit

Permalink
chore: cookie test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Jun 17, 2024
1 parent 589c9ed commit e982d2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export default function RootLayout({
const accessToken = cookieStore.get('amboss_banco_access_token')?.value;
const refreshToken = cookieStore.get('amboss_banco_refresh_token')?.value;

console.log({ accessToken, refreshToken });
console.log(cookieStore.getAll());

return (
<html lang="en" suppressHydrationWarning>
<body className={font.className}>
Expand Down

0 comments on commit e982d2c

Please sign in to comment.