We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661a55d commit 378cb12Copy full SHA for 378cb12
src/config.js
@@ -341,7 +341,7 @@ export function thirdPartyServiceConfig (serviceName) {
341
*/
342
export async function initThirdParty () {
343
window.rc.countryCode = await ls.get('rc-country-code') || undefined
344
- console.log('rc.countryCode:', rc.countryCode)
+ console.log('rc.countryCode:', window.rc.countryCode)
345
let userAuthed = await ls.get('userAuthed') || false
346
window.rc.userAuthed = userAuthed
347
window.rc.syncTimestamp = await ls.get('syncTimestamp') || null
0 commit comments