mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
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:
parent
9aef96a3c9
commit
358b18133f
@ -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} />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user