From bcf1c49a1b6e4e029546f3973e247fb8407fd041 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Wed, 25 Jun 2025 14:45:14 +0530 Subject: [PATCH] Update docs/documentation/platform/identities/tls-cert-auth.mdx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs/documentation/platform/identities/tls-cert-auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/platform/identities/tls-cert-auth.mdx b/docs/documentation/platform/identities/tls-cert-auth.mdx index e968ac17f..98e2767d8 100644 --- a/docs/documentation/platform/identities/tls-cert-auth.mdx +++ b/docs/documentation/platform/identities/tls-cert-auth.mdx @@ -126,7 +126,7 @@ try { }); const { data } = await axios.post( - `{infisicalUrl}/api/v1/auth/tls-cert-auth/login`, + `${infisicalUrl}/api/v1/auth/tls-cert-auth/login`, { identityId, },