mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
don't log auth key on startup, lol
This commit is contained in:
parent
06ed17382e
commit
7648eaf7e9
1 changed files with 0 additions and 2 deletions
|
|
@ -8,8 +8,6 @@ const AuthKeyHeader = "X-AuthKey";
|
|||
export const AuthKeyEnv = "AUTH_KEY";
|
||||
export const AuthKey = crypto.randomUUID();
|
||||
|
||||
console.log("authKey", AuthKey);
|
||||
|
||||
ipcMain.on("get-auth-key", (event) => {
|
||||
event.returnValue = AuthKey;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue