OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
26 stars 109 forks source link

Fix infinite loop after login #66

Closed jd-igf closed 1 year ago

hannoquest commented 1 year ago

What was the intention behind the initial change? We don't know of a scenario when an infinite loop might occur.

It would be more correct to await the router.navigate call, which we are going to do. But the router.navigate itself is still required.