Skip to content

Commit

Permalink
Merge pull request #1598 from blockchain/fix/remove-logging
Browse files Browse the repository at this point in the history
fix: removed activity logging from security center index
  • Loading branch information
plondon committed May 8, 2019
2 parents 7846ac1 + 548c491 commit 26178b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react'
import styled from 'styled-components'

import ActivityLogging from './ActivityLogging'
import APIAccess from './APIAccess'
import IPWhitelist from './IPWhitelist'
import LoginIpRestriction from './LoginIpRestriction'
Expand All @@ -23,7 +22,6 @@ export default class AdvancedSecurity extends React.PureComponent {
<WalletPassword />
<SecondPasswordWallet />
<TwoStepVerificationRemember />
<ActivityLogging />
<IPWhitelist />
<LoginIpRestriction />
<WalletAccessTor />
Expand Down

0 comments on commit 26178b3

Please sign in to comment.