You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This e-mail address is already a member of the community, if you need an invite resent please contact us via our contact form.";
65
65
break;
66
66
case"token_verification_failed":
67
-
error.value=
67
+
errorMessage.value=
68
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!";
69
69
break;
70
70
default:
71
-
error.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!`;
71
+
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