From 2f6d79e1f0a33fe82806b9a2a6e05f3c0a329b8a Mon Sep 17 00:00:00 2001 From: Andrew Gundersen Date: Mon, 21 Feb 2022 07:46:06 -0600 Subject: [PATCH] deleting account --- src/account.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/account.js b/src/account.js index 12d7240..4c4e116 100644 --- a/src/account.js +++ b/src/account.js @@ -5,8 +5,6 @@ const store = require("./utils/store"); const { launchSession, endSession } = require("./session"); const { backgroundMitt, ipcEmit } = require("./utils/emitter"); -store.set('account', "1234"); - async function login(_e, creds) { const { error, data } = await post("/auth", creds); -- 2.43.0