mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: console.log
This commit is contained in:
@@ -61,8 +61,6 @@ export async function getOrCreateMasterKey(filePath = path.join(process.cwd(), '
|
|||||||
|
|
||||||
const key = randomBytes(32); // 256-bit key
|
const key = randomBytes(32); // 256-bit key
|
||||||
|
|
||||||
console.log(key)
|
|
||||||
|
|
||||||
await fs.writeFile(filePath, key, {mode: 0o600});
|
await fs.writeFile(filePath, key, {mode: 0o600});
|
||||||
console.log(`Master key generated at ${filePath}`);
|
console.log(`Master key generated at ${filePath}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user