You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prevent secret modal from closing on outside click
This patch makes the "backdrop" for the "create new secret" modal
static, so that the modal is not accidentally closed if a click is made
outside of it. This enforces the use of the "cancel" button on the modal
in order to close it.
0 commit comments