Skip to content

Commit

Permalink
REMOVE LATER: for testing on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Nov 29, 2023
1 parent 11a3117 commit 061545d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ import {
headerAndFooterLinkColors,
} from '../utils'
import '../utils/theme/globals.scss'
import { getCookies } from 'cookies-next'

const WebStore = ({ Component }) => {
const { data: session } = useSession()
const router = useRouter()
const cookies = getCookies()
console.log('APP.JS >>', { cookies })

const signOutUser = () => {
signOut()
Expand Down

0 comments on commit 061545d

Please sign in to comment.