import { Button, CopyButton } from '@@/buttons'; import { FormSectionTitle } from '@@/form-components/FormSectionTitle'; import { TextTip } from '@@/Tip/TextTip'; import { Link } from '@@/Link'; export function DisplayUserAccessToken({ apikey }: { apikey: string }) { return ( <> New access token Please copy the new access token. You won't be able to view the token again.
{apikey}

); }