Skip to content

Add MFA status indicator to all token types#254

Merged
dauglyon merged 1 commit intomainfrom
mfa-status-all-tokens
Feb 14, 2026
Merged

Add MFA status indicator to all token types#254
dauglyon merged 1 commit intomainfrom
mfa-status-all-tokens

Conversation

@dauglyon
Copy link
Collaborator

Summary

  • Updates the MFA status indicator to display Y/N/? with colored text and hover tooltips instead of icon-based indicators
  • Adds MFA column to service and developer token tables (previously only shown on login sessions)
  • Exports MfaStatusIndicator from LogInSessions.tsx for reuse across token views

MFA Display

Status Display Color Tooltip
USED Y green "MFA used"
NOT_USED N red "Single factor"
UNKNOWN ? grey "MFA status unknown"

Test plan

  • Existing LogInSessions.test.tsx tests pass (8/8)
  • ESLint clean on both modified files
  • Production build succeeds and bundle contains MFA indicator code
  • Manual verification: check MFA column appears in service/developer token tables
  • Manual verification: hover tooltips show correct status text

Display 2FA status (Y/N/?) with hover tooltip across all token types,
not just login sessions. Refactored MfaStatusIndicator to use text
labels instead of icons for clearer status display.
@dauglyon dauglyon merged commit 15c71c1 into main Feb 14, 2026
2 checks passed
@dauglyon dauglyon deleted the mfa-status-all-tokens branch February 14, 2026 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant