mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
Update message when password not found
This commit is contained in:
+1
-1
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user