decent place with fixing api and such
This commit is contained in:
@@ -37,6 +37,8 @@ export async function handleLogin() {
|
||||
|
||||
const tokens = await myApiOauth.openAuthWindowAndGetTokens();
|
||||
|
||||
console.log(tokens);
|
||||
|
||||
store.set(STORE_ITEMS.AUTH_TOKENS, tokens);
|
||||
|
||||
browserWindow.webContents.send(Channels.AUTH_TOKENS, tokens);
|
||||
|
||||
Reference in New Issue
Block a user