mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-08 08:12:15 +00:00
Don't console.log auth token
This commit is contained in:
@@ -134,7 +134,6 @@ export function createWispPacket(instructions) {
|
||||
}
|
||||
|
||||
if (instructions.puterAuth) {
|
||||
console.log("Puter auth " + instructions.puterAuth)
|
||||
// PASSWORD AUTH REQUIRED
|
||||
view.setUint8(7, 0x02); // Protocol ID (Password)
|
||||
view.setUint32(8, 5 + instructions.passwordEncoded.length, true);
|
||||
|
||||
Reference in New Issue
Block a user