From 44e0bfd4ef2c9015d1be03cf2ad58abe9f589453 Mon Sep 17 00:00:00 2001 From: Dominic R Date: Thu, 10 Apr 2025 11:06:17 -0400 Subject: [PATCH] website: dev docs: fix upper-case authentik (#13961) Signed-off-by: Dominic R --- website/docs/developer-docs/setup/full-dev-environment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/developer-docs/setup/full-dev-environment.mdx b/website/docs/developer-docs/setup/full-dev-environment.mdx index 768dd2c185..79749b1f6d 100644 --- a/website/docs/developer-docs/setup/full-dev-environment.mdx +++ b/website/docs/developer-docs/setup/full-dev-environment.mdx @@ -146,7 +146,7 @@ And now, authentik should now be accessible at `http://localhost:9000`. :::info To define a password for the default admin (called **akadmin**), you can manually enter the `/if/flow/initial-setup/` path in the browser address bar to launch the initial flow. Example: http://localhost:9000/if/flow/initial-setup/. -In case of issues in this process, feel free to use `make dev-reset` which drops and restores the Authentik PostgreSQL instance to a "fresh install" state. +In case of issues in this process, feel free to use `make dev-reset` which drops and restores the authentik PostgreSQL instance to a "fresh install" state. ::: ## Submitting Pull Requests