henalbrod / Blazor.Auth0

The library for using Auth0 in Blazor applications.
https://github.com/henalbrod/Blazor.Auth0
MIT License
110 stars 29 forks source link

Unnecesary StateHasChanged event fired on silent login #6

Closed henalbrod closed 5 years ago

henalbrod commented 5 years ago

Reportedly, the AuthComponent is firing an unnecessary StateHasChanged event when running a silent login even if the session state hasn't change.

This is causing animated elements re-renders its animations sequences, causing the app to not act naturally.

henalbrod commented 5 years ago

Fixed in commit bc59de7