Skip to content

Commit

Permalink
fixup! Update SecurityAlertsModal per spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-edge committed Nov 9, 2024
1 parent f805907 commit 282a331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modals/SecurityAlertsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const SecurityAlertsModal = (props: Props) => {
)
}

// TODO: Pending removal after server endpoint removal
const renderOtpResetRequests = () => {
if (otpResetNames.length === 0) return null

Expand Down

0 comments on commit 282a331

Please sign in to comment.