Skip to content

Commit

Permalink
fix: remove unused code and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Feb 9, 2024
1 parent ae10e72 commit f9f8978
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ NEXT_PUBLIC_FIREBASE_VAPID_KEY_STAGING=
# Redefine
NEXT_PUBLIC_REDEFINE_API=

# Social Login
NEXT_PUBLIC_SOCIAL_WALLET_OPTIONS_STAGING=
NEXT_PUBLIC_SOCIAL_WALLET_OPTIONS_PRODUCTION=

1 change: 0 additions & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const InitApp = (): null => {
useSafeMsgTracking()
useBeamer()
useInitSafeAuth()
// useRehydrateSocialWallet()

return null
}
Expand Down

0 comments on commit f9f8978

Please sign in to comment.