microsoft / AuthJanitor

Manage the lifecycle of application tokens, keys, and secrets in Azure
https://www.authjanitor.com
MIT License
45 stars 17 forks source link

Fix inline help slide-in #93

Closed anthturner closed 4 years ago

anthturner commented 4 years ago

This was previously double-bound by the OnAfterRenderAsync in certain scenarios, which meant toggle-in and toggle-out were being called simultaneously. This is a quick fix. :)