Florin Draghici

Results 2 issues of Florin Draghici

We have a hybrid ui-router app using the "classic" bootstraping way using UpgradeModule. We are experiencing performance issues on "hover" and other events noticeable in data grids. We think it...

Hello We have an Angular app using "@okta/okta-signin-widget": "version": "5.12.0", with this configuration ``` { redirectUri: window.location.origin + environment.authorizationCallbackUri, authParams: { issuer: environment.oktaServer + '/oauth2/default', pkce: true, responseType: ['code'], responseMode:...