From 1810cd2095f4741380f32133b6208c7333d63b8a Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Fri, 1 Nov 2024 12:27:10 +0100 Subject: [PATCH] Update docs --- src/immich.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/immich.ts b/src/immich.ts index 25382d8..a1e1422 100644 --- a/src/immich.ts +++ b/src/immich.ts @@ -38,7 +38,7 @@ class Immich { // This isn't a valid request - check the console for more information res.status(404).send() } else if (sharedLinkRes.passwordRequired && request.password) { - // Invalid password + // A password is required, but the visitor-provided one doesn't match log('Invalid password for key ' + request.key) res.status(401).send() } else if (sharedLinkRes.passwordRequired) {