this repo has no description
0
fork

Configure Feed

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

Fix subfolder hosting not working

Fix wrong `location` used

+5 -1
+5 -1
src/app.jsx
··· 261 261 if (code) { 262 262 console.log({ code }); 263 263 // Clear the code from the URL 264 - window.history.replaceState({}, document.title, location.pathname || '/'); 264 + window.history.replaceState( 265 + {}, 266 + document.title, 267 + window.location.pathname || '/', 268 + ); 265 269 266 270 const clientID = store.session.get('clientID'); 267 271 const clientSecret = store.session.get('clientSecret');