Skip to content

Commit

Permalink
commenting out the relevant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Jul 9, 2024
1 parent 9c6b951 commit 29f1fef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useSIWE } from '~/hooks/useSIWE'
import { addressMinify } from '~/utils/strings'
import { CheckoutService } from './checkoutMachine'
import { useSelector } from '@xstate/react'
import { signOut as nextSignOut } from 'next-auth/react'
// import { signOut as nextSignOut } from 'next-auth/react'

interface DisconnectProps {
service: CheckoutService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import useClipboard from 'react-use-clipboard'
import { useSIWE } from '~/hooks/useSIWE'
import { useCallback, useEffect, useState } from 'react'
import BlockiesSvg from 'blockies-react-svg'
import { signOut as nextSignOut } from 'next-auth/react'
// import { signOut as nextSignOut } from 'next-auth/react'

interface ConnectedWalletProps {
onNext?: () => void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useAuthenticate } from '~/hooks/useAuthenticate'
import { useConnectModal } from '~/hooks/useConnectModal'
import { useSIWE } from '~/hooks/useSIWE'
import WaasProvider from '~/services/WaasProvider'
import { signOut as nextSignOut } from 'next-auth/react'
// import { signOut as nextSignOut } from 'next-auth/react'
import { ToastHelper } from '~/components/helpers/toast.helper'
import SvgComponents from '../svg'
import { useCaptcha } from '~/hooks/useCaptcha'
Expand Down

0 comments on commit 29f1fef

Please sign in to comment.