Update apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/auth-methods/providers.tsx

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
This commit is contained in:
Zai Shi 2025-08-19 04:17:51 +02:00 committed by GitHub
parent 9aef96a3c9
commit 358b18133f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,7 +174,7 @@ export function ProviderSettingDialog(props: Props & { open: boolean, onClose: (
<Link
className={cn(buttonVariants({ variant: "outline", size: "sm" }), "gap-2 mt-2")}
href={`https://docs.stack-auth.com/docs/next/concepts/auth-providers/${props.id}`}
target="_blank"
target="_blank" rel="noreferrer"
>
See full documentation
<ArrowRight size={16} />