Skip to content

Commit

Permalink
fix: remove form monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Jul 3, 2024
1 parent 282d1ae commit 6dfdd7e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/LeakyPaywall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,7 @@ initConfig()
const config = useStore($config)
const paywall = useStore($paywall)
const { login } = useLogin()
useTrackManager()
useMonitorFormSubmit(async (email) => {
if (paywall.value.token) {
return
}
await login({ email })
handleSignedIn('other')
})
const foundArticle = useFindArticle()
Expand Down

0 comments on commit 6dfdd7e

Please sign in to comment.