Add note to Neon transfer confirmation

This commit is contained in:
Konstantin Wohlwend 2025-02-18 14:43:02 -08:00
parent 4c562fb345
commit 135b2b9dcf

View File

@ -94,7 +94,7 @@ export default function NeonIntegrationProjectTransferConfirmPageClient() {
{user ? (
<>
<Typography className="mb-3 text-sm">
Which Stack Auth account would you like to transfer the project to? (This is <span className="font-semibold text-red-500">irreversible</span>.)
Which Stack Auth account would you like to transfer the project to? (You&apos;ll still be able to access your project from Neon.)
</Typography>
<Input type="text" disabled prefixItem={<Logo noLink width={15} height={15} />} value={`Signed in as ${user.primaryEmail || user.displayName || "Unnamed user"}`} />
<Button variant="secondary" onClick={async () => await user.signOut({ redirectUrl: signUpUrl })}>