mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-11 13:23:06 +01:00
don't log auth key on startup, lol
This commit is contained in:
parent
06ed17382e
commit
7648eaf7e9
@ -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;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user