From dee7e3554c173c1d4da3ee4536b69e56d7fa6cbd Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Wed, 8 May 2024 08:52:55 +0700 Subject: [PATCH] Update message when password not found --- src/app/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/actions.ts b/src/app/actions.ts index 747cf34..90ffc18 100644 --- a/src/app/actions.ts +++ b/src/app/actions.ts @@ -269,7 +269,7 @@ export async function CheckPassword( if (!cookiesValue[currentFolder.id]) throw { // message: `Password for '${currentFolder.path}' is not set, please enter the password`, - message: null, + message: `Please enter password for '${currentFolder.path}'`, path: currentFolder.id, };