diff --git a/en/includes/references/extend/authentication/write-a-custom-local-authenticator.md b/en/includes/references/extend/authentication/write-a-custom-local-authenticator.md index 5a4ac5b81e..4ed66f0e3c 100644 --- a/en/includes/references/extend/authentication/write-a-custom-local-authenticator.md +++ b/en/includes/references/extend/authentication/write-a-custom-local-authenticator.md @@ -70,7 +70,7 @@ To deploy the custom local authenticator: enable = true ``` -{% if is_version == "7.1.0" or is_version == "next" %} +{% if is_version == "7.1.0" or is_version == "7.2.0" or is_version == "next" %} 4. To ensure the custom local authenticator appears as a first-factor option in the {{ product_name }} Console login flow UI, add the following configuration to the `/repository/conf/deployment.toml` file. ``` toml