deleting account

This commit is contained in:
Andrew Gundersen 2022-02-21 07:46:06 -06:00
commit 2f6d79e1f0

View file

@ -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);