Skip to content

Commit 53ac27f

Browse files
authored
Hotfix hcaptcha given incorrect sitekey
1 parent 403a32c commit 53ac27f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/.vuepress/components/BugReportForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
</template>
194194

195195
<script>
196-
const SITE_KEY = 'e51b1a3d-0744-4838-8711-e12acab1a02a-S0ino7o'
196+
const SITE_KEY = 'e51b1a3d-0744-4838-8711-e12acab1a02a'
197197
const DEV_API_URL = 'http://localhost:5000/v1'
198198
const API_URL = 'https://api.lunatechs.dev/v1'
199199

0 commit comments

Comments
 (0)