diff --git a/src/app/actions.ts b/src/app/actions.ts index 97a075b..747cf34 100644 --- a/src/app/actions.ts +++ b/src/app/actions.ts @@ -268,7 +268,8 @@ export async function CheckPassword( const currentFolder = paths[folderIndex]; if (!cookiesValue[currentFolder.id]) throw { - message: `Password for '${currentFolder.path}' is not set, please enter the password`, + // message: `Password for '${currentFolder.path}' is not set, please enter the password`, + message: null, path: currentFolder.id, };