Skip to content

Commit

Permalink
Update guest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Dec 2, 2023
1 parent 55af9cd commit de0ae16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front/middleware/guest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export default defineNuxtRouteMiddleware(() => {
const wallet = useWalletStore()
const router = useRouter()

console.log('wallet.connected', wallet.connect)
console.log('wallet.cache.phrase', wallet.cache.phrase)

if (
wallet.connected ||
(wallet.cache && wallet.cache.phrase)
Expand Down

0 comments on commit de0ae16

Please sign in to comment.