From b3c54b674e0077f7b1f1cefa7f7e875a76239be8 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:01:12 +0000 Subject: [PATCH] autogen(docs): generate cli docs --- docs/kratos/concepts/messages.json | 4 ++++ docs/kratos/concepts/ui-messages.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/kratos/concepts/messages.json b/docs/kratos/concepts/messages.json index 629401a68..26383a112 100755 --- a/docs/kratos/concepts/messages.json +++ b/docs/kratos/concepts/messages.json @@ -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}" } }, diff --git a/docs/kratos/concepts/ui-messages.md b/docs/kratos/concepts/ui-messages.md index 35dae9443..43a42b4f4 100644 --- a/docs/kratos/concepts/ui-messages.md +++ b/docs/kratos/concepts/ui-messages.md @@ -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}" } }