get rid of some core-api mentions too

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-09-23 14:06:12 +02:00
parent 07bd9068b4
commit 12e074a6e4
12 changed files with 35 additions and 27 deletions
@@ -58,7 +58,7 @@ export const postMessageResponse = (
(window.opener || window.parent).postMessage(JSON.parse(authResponse), origin);
setTimeout(() => {
window.close();
}, 100); // same as the interval of the core-api lib/loginPopup.ts (to address race conditions)
}, 100); // same as the interval of the core-app-api lib/loginPopup.ts (to address race conditions)
`;
const hash = crypto.createHash('sha256').update(script).digest('base64');