this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Must decode the code!

+3 -1
+3 -1
src/app.jsx
··· 91 91 92 92 useEffect(() => { 93 93 const instanceURL = store.local.get('instanceURL'); 94 - const code = (window.location.search.match(/code=([^&]+)/) || [])[1]; 94 + const code = decodeURIComponent( 95 + (window.location.search.match(/code=([^&]+)/) || [, ''])[1], 96 + ); 95 97 96 98 if (code) { 97 99 console.log({ code });