From: Andrew Gundersen Date: Mon, 21 Feb 2022 13:46:06 +0000 (-0600) Subject: deleting account X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=2f6d79e1f0a33fe82806b9a2a6e05f3c0a329b8a;p=mime-chat deleting account --- 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);