Skip to content

Commit d86fdb6

Browse files
authored
fix: typo in account linking mode description (#2535)
* Fix typo in account linking mode description verify_with_existing_credential should be confirm_with_existing_credential based on API Spec. * chore: apply prettier formatting Prettier realigned the markdown table column spacing in 95_account-linking.mdx after the wire-value correction.
1 parent 1ebe731 commit d86fdb6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/kratos/social-signin/95_account-linking.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ import TabItem from "@theme/TabItem"
227227

228228
The `account_linking_mode` setting accepts the following values:
229229

230-
| Value | Description |
231-
| :-------------------------------- | :------------------------------------------------------------------------------------ |
232-
| `verify_with_existing_credential` | Default. Users must verify their identity with an existing credential before linking. |
233-
| `automatic` | Automatically link accounts when the provider verifies a matching email address. |
230+
| Value | Description |
231+
| :--------------------------------- | :------------------------------------------------------------------------------------ |
232+
| `confirm_with_existing_credential` | Default. Users must verify their identity with an existing credential before linking. |
233+
| `automatic` | Automatically link accounts when the provider verifies a matching email address. |
234234

235235
#### Security requirements for automatic linking
236236

0 commit comments

Comments
 (0)