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