diff --git a/app/routes/data-transfer/start.tsx b/app/routes/data-transfer/start.tsx index fdf8ea8..2ad1f4d 100644 --- a/app/routes/data-transfer/start.tsx +++ b/app/routes/data-transfer/start.tsx @@ -7,6 +7,7 @@ import { RadioGroup, Text, Textarea, + useToast, } from "@chakra-ui/react"; import { useState } from "react"; @@ -15,9 +16,7 @@ export default function () { return ( Let's get started - - Are you able to log in to the account you are transferring from? - + Is your old Roblox account banned? setShowCookieBox(JSON.parse(val))}> No @@ -28,9 +27,49 @@ export default function () { id="cookie-box" placeholder="Paste your .ROBLOSECURITY cookie here" pt="16px" - style={{ display: showCookieBox ? "initial" : "unset" }} + style={{ display: showCookieBox ? "initial" : "none" }} /> - + +
+ + If you cannot login at all, please visit the support page and join our + server. +
); }