diff --git a/docs/kratos/social-signin/95_account-linking.mdx b/docs/kratos/social-signin/95_account-linking.mdx index 8c4ab6a5b..e2b2aef96 100644 --- a/docs/kratos/social-signin/95_account-linking.mdx +++ b/docs/kratos/social-signin/95_account-linking.mdx @@ -227,10 +227,10 @@ import TabItem from "@theme/TabItem" The `account_linking_mode` setting accepts the following values: -| Value | Description | -| :-------------------------------- | :------------------------------------------------------------------------------------ | -| `verify_with_existing_credential` | Default. Users must verify their identity with an existing credential before linking. | -| `automatic` | Automatically link accounts when the provider verifies a matching email address. | +| Value | Description | +| :--------------------------------- | :------------------------------------------------------------------------------------ | +| `confirm_with_existing_credential` | Default. Users must verify their identity with an existing credential before linking. | +| `automatic` | Automatically link accounts when the provider verifies a matching email address. | #### Security requirements for automatic linking