From 9505b7fd7fe84c438e01754ca2021977ebd2c049 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Sun, 10 Dec 2023 03:26:27 -0800 Subject: [PATCH] Update deploy-authentication.md --- docs/deploy-authentication.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/deploy-authentication.md b/docs/deploy-authentication.md index b13e87a4a..6b268c473 100644 --- a/docs/deploy-authentication.md +++ b/docs/deploy-authentication.md @@ -10,7 +10,9 @@ in one of the following ways: ## HTTP Authentication [HTTP Basic Authentication](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication) is a simple method -to secure your application. To enable it in `big-AGI`, you **must manually build the application**: +to secure your application. + +To enable it in `big-AGI`, you **must manually build the application**: - Build `big-AGI` with HTTP authentication enabled: - Clone the repository