Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

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

fix: use query response mode for mobile OAuth (#16)

scott a475b740 688cf5cd

+1
+1
src/lib/auth.ts
··· 24 24 _client = await BrowserOAuthClient.load({ 25 25 clientId: `${origin}${CLIENT_ID_PATH}`, 26 26 handleResolver: HANDLE_RESOLVER, 27 + responseMode: 'query', 27 28 }); 28 29 29 30 return _client;