mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +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 AuthKey = crypto.randomUUID();
|
||||
|
||||
console.log("authKey", AuthKey);
|
||||
|
||||
ipcMain.on("get-auth-key", (event) => {
|
||||
event.returnValue = AuthKey;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user