Aaron Granick

Results 3 issues of Aaron Granick

Using embedded SIW. https://user-images.githubusercontent.com/47947204/169926486-d6d4294d-97a4-42a9-b242-2f5febc6bb36.mov Custom code added: ``` signIn.on('afterRender', function() { document.querySelectorAll('.okta-idps-container .social-auth-button').forEach(function (el) { el.onclick = function(event) { event.preventDefault(); openPopup(el.href, { popupTitle: el.innerText }); } }); }); ``` Using...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our [guidelines](/okta/okta-react/blob/master/CONTRIBUTING.md#commit) - [ ] Tests for the changes have been added...