Skip to content

Commit

Permalink
fix: newsletter email ref
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Jul 23, 2023
1 parent 886f67c commit f0989d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ VITE_CARBON_SERVE=CVAIKKQM
VITE_CARBON_PLACEMENT=carbonadsnet

VITE_NEWSLETTER=true
VITE_CURATED_ENDPOINT=https://api.curated.co/api/v3
VITE_CURATED_KEY=xxxxxx
VITE_GRUDGET_ENDPOINT=https://api.grudget.com
VITE_GRUDGET_NEWSLETTER=xxxxxxxxxxxxx
VITE_GRUDGET_TOKEN=xxxxxxxxxxx
1 change: 1 addition & 0 deletions src/pages/newsletter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const response = computed(() => newsletter.getResponse)
</p>
<form class="relative mt-6" @submit.prevent="subscribe">
<input
v-model="email"
type="email"
placeholder="Email address"
autocomplete="email"
Expand Down

0 comments on commit f0989d8

Please sign in to comment.