From 8126d30f823211e3b9818cff3b10bf62da5e8a14 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 14 Dec 2025 12:38:38 -0600 Subject: [PATCH] fix note --- docs/docs/configuration/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/authentication.md b/docs/docs/configuration/authentication.md index ad5b3d4d2..17718c405 100644 --- a/docs/docs/configuration/authentication.md +++ b/docs/docs/configuration/authentication.md @@ -287,7 +287,7 @@ curl -i -X POST https://frigate_ip:8971/api/login \ -d '{"user": "admin", "password": "your_password"}' ``` -::: note +:::note You may need to include `-k` in the argument list in these steps (eg: `curl -k -i -X POST ...`) if your Frigate instance is using a self-signed certificate.