diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index acb959c..1b1415b 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -116,6 +116,7 @@ !!value || validation.account_required, @@ -613,6 +615,9 @@ const url_string = window.location.href; const url = new URL(url_string); this.referer = url.searchParams.get("id"); + if(this.referrer !== ""){ + this.refererDisabled = true; + } await this.refreshCaptcha(); } }