Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Sep 5, 2024
1 parent 8345698 commit b3c54b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/kratos/concepts/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,12 @@
"text": "You tried to sign in with \"{duplicateIdentifier}\", but that email is already used by another account. Sign in to your account with one of the options below to add your account \"{duplicateIdentifier}\" at \"{provider}\" as another way to sign in.",
"type": "info",
"context": {
"available_credential_types": ["{available_credential_types_list}"],
"available_providers": ["{available_oidc_providers_list}"],
"duplicateIdentifier": "{duplicateIdentifier}",
"duplicate_identifier": "{duplicateIdentifier}",
"newLoginUrl": "{newLoginUrl}",
"new_login_url": "{newLoginUrl}",
"provider": "{provider}"
}
},
Expand Down
4 changes: 4 additions & 0 deletions docs/kratos/concepts/ui-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,12 @@
"text": "You tried to sign in with \"{duplicateIdentifier}\", but that email is already used by another account. Sign in to your account with one of the options below to add your account \"{duplicateIdentifier}\" at \"{provider}\" as another way to sign in.",
"type": "info",
"context": {
"available_credential_types": ["{available_credential_types_list}"],
"available_providers": ["{available_oidc_providers_list}"],
"duplicateIdentifier": "{duplicateIdentifier}",
"duplicate_identifier": "{duplicateIdentifier}",
"newLoginUrl": "{newLoginUrl}",
"new_login_url": "{newLoginUrl}",
"provider": "{provider}"
}
}
Expand Down

0 comments on commit b3c54b6

Please sign in to comment.