diff --git a/src/pages/join-org/fail.mdx b/src/pages/join-org/fail.mdx index 14a3476c..778adde2 100644 --- a/src/pages/join-org/fail.mdx +++ b/src/pages/join-org/fail.mdx @@ -9,3 +9,10 @@ See the [guide on publishing packages](/docs/guides/typescript-packages) for mor ::: Sorry, something went wrong. Please contact a developer by [opening an issue](https://github.com/roblox-ts/roblox-ts.com/issues). + +### Error + +import BrowserOnly from "@docusaurus/BrowserOnly"; +import CodeBlock from "@theme/CodeBlock"; + +{() => {new URLSearchParams(location.search).get("reason")}} diff --git a/src/pages/join-org/index.mdx b/src/pages/join-org/index.mdx index c9310958..feab8896 100644 --- a/src/pages/join-org/index.mdx +++ b/src/pages/join-org/index.mdx @@ -14,17 +14,16 @@ Enter your npm username below and you will be added to the "@rbxts" npm organiza <> {(() => { - globalThis.onSubmit = (token) => - document.getElementById("org-form").submit(); + globalThis.onSubmit = token => document.getElementById("org-form").submit(); })()}
@@ -50,17 +49,17 @@ Enter your npm username below and you will be added to the "@rbxts" npm organiza data-sitekey="6LeJpLIUAAAAANNNvHEWfIBZR08Tamp06xD4yIBy" data-callback="onSubmit" style={{ - borderRadius: '0.4rem', - border: '1px solid white', - boxSizing: 'border-box', - height: '2rem', - padding: '1rem', - verticalAlign: 'middle', + borderRadius: "0.4rem", + border: "1px solid white", + boxSizing: "border-box", + height: "2rem", + padding: "1rem", + verticalAlign: "middle", lineHeight: 0, - fontFamily: 'var(--ifm-font-family-base)', - background: 'transparent', - color: 'white', - width: '5rem' + fontFamily: "var(--ifm-font-family-base)", + background: "transparent", + color: "white", + width: "5rem", }} > Submit diff --git a/src/pages/join-org/invite-sent.mdx b/src/pages/join-org/invite-sent.mdx new file mode 100644 index 00000000..3ef6af58 --- /dev/null +++ b/src/pages/join-org/invite-sent.mdx @@ -0,0 +1,52 @@ +--- +title: Invite Sent +--- + +# Invite Sent + +Please check your email for an invite to the organization. If you don't see it, check your spam folder. + +Once you have accepted the invite, click the button below to continue. + + + +<> + {(() => { + globalThis.onSubmit = token => document.getElementById("org-form").submit(); + })()} + + +import BrowserOnly from "@docusaurus/BrowserOnly"; + + + + {() => } + + +