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
When we display the list of users to the admins, there should be an indication about their 2FA state. This could look similar to the GitHub organization overview.
From a technical PoV we have to make sure this is efficient to query. Right now, it would require n+1 queries and thus won't scale.
When we display the list of users to the admins, there should be an indication about their 2FA state. This could look similar to the GitHub organization overview.
From a technical PoV we have to make sure this is efficient to query. Right now, it would require n+1 queries and thus won't scale.
Ref #12249.
The text was updated successfully, but these errors were encountered: