Update message when password not found

This commit is contained in:
mbaharip
2024-05-08 08:52:55 +07:00
parent 0c721ecbf3
commit dee7e3554c
+1 -1
View File
@@ -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,
};