diff --git a/src/components/LeakyPaywall.vue b/src/components/LeakyPaywall.vue index edfb176..15e4b89 100644 --- a/src/components/LeakyPaywall.vue +++ b/src/components/LeakyPaywall.vue @@ -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()