cjsmith26

Results 2 issues of cjsmith26

**Describe the bug** my dApp is set up to use VeChain Sync and enforce by redirecting to the link, but its also integrated into other platforms. The chrome version Sync...

Steps to reproduce: return authBrowser .createImplicitBrowserFlow(_identifier, _googleScopes) .then((authBrowser.BrowserOAuth2Flow flow) { flow .clientViaUserConsent() .then((auth.AuthClient client) async { await new PeopleApi(client).people .get('people/me', personFields: 'coverPhotos,emailAddresses') .then( (Person person) { print(person); }); This looks...