Add open link button to manual verification alert
cgen-efacf8da9cd74cc5939205453647e218
This commit is contained in:
parent
303f8091ea
commit
eb9291a7c2
1 changed files with 9 additions and 0 deletions
|
|
@ -198,6 +198,15 @@ export default function Login() {
|
||||||
<p className="mt-2 break-all rounded bg-background/60 px-3 py-2 font-mono text-xs text-foreground/90">
|
<p className="mt-2 break-all rounded bg-background/60 px-3 py-2 font-mono text-xs text-foreground/90">
|
||||||
{manualVerificationLink}
|
{manualVerificationLink}
|
||||||
</p>
|
</p>
|
||||||
|
<Button
|
||||||
|
type="button"
|
||||||
|
size="sm"
|
||||||
|
variant="outline"
|
||||||
|
className="mt-3 border-aethex-400/40"
|
||||||
|
onClick={() => window.open(manualVerificationLink, "_blank", "noopener")}
|
||||||
|
>
|
||||||
|
Open verification link
|
||||||
|
</Button>
|
||||||
</AlertDescription>
|
</AlertDescription>
|
||||||
</Alert>
|
</Alert>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue