Skip to content

Commit 2494a48

Browse files
committed
Better instructions about the recaptcha form
1 parent b39154c commit 2494a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/views/home/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function signup() {
6565
break;
6666
case "token_verification_failed":
6767
errorMessage.value =
68-
"Slack sign-up failed -- Slack returned an unexpected error code, this may be a temporary issue, please try again in a minute, if the issue persists please reach out to us via our contact form!";
68+
"The recaptcha token provided was invalid, please check the recaptcha form field and try again, if the issue persists please refresh and try again, if it still persists please reach out to us via our contact form.";
6969
break;
7070
default:
7171
errorMessage.value = `Unexpected error code from Slack: ${error.response.data.error}, please report this error via our contact form and we'll send you an invite manually!`;

0 commit comments

Comments
 (0)