deleting account
This commit is contained in:
parent
df61e7bd9c
commit
2f6d79e1f0
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ const store = require("./utils/store");
|
||||||
const { launchSession, endSession } = require("./session");
|
const { launchSession, endSession } = require("./session");
|
||||||
const { backgroundMitt, ipcEmit } = require("./utils/emitter");
|
const { backgroundMitt, ipcEmit } = require("./utils/emitter");
|
||||||
|
|
||||||
store.set('account', "1234");
|
|
||||||
|
|
||||||
async function login(_e, creds)
|
async function login(_e, creds)
|
||||||
{
|
{
|
||||||
const { error, data } = await post("/auth", creds);
|
const { error, data } = await post("/auth", creds);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue