mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
don't log auth key on startup, lol
This commit is contained in:
@@ -8,8 +8,6 @@ const AuthKeyHeader = "X-AuthKey";
|
|||||||
export const AuthKeyEnv = "AUTH_KEY";
|
export const AuthKeyEnv = "AUTH_KEY";
|
||||||
export const AuthKey = crypto.randomUUID();
|
export const AuthKey = crypto.randomUUID();
|
||||||
|
|
||||||
console.log("authKey", AuthKey);
|
|
||||||
|
|
||||||
ipcMain.on("get-auth-key", (event) => {
|
ipcMain.on("get-auth-key", (event) => {
|
||||||
event.returnValue = AuthKey;
|
event.returnValue = AuthKey;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user