mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Add note to Neon transfer confirmation
This commit is contained in:
parent
4c562fb345
commit
135b2b9dcf
@ -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'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 })}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user