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}" } }