Skip to content

Commit

Permalink
chore: removed totp from account screen (#3168)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Apr 13, 2024
1 parent 0486d73 commit 2a7f15f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/screens/settings-screen/account/account-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { testProps } from "@app/utils/testProps"
import { makeStyles } from "@rneui/themed"

import { SettingsGroup } from "../group"
import { TotpSetting } from "../totp"
import { AccountDeleteContextProvider } from "./account-delete-context"
import { AccountBanner } from "./banner"
import { AccountId } from "./id"
Expand All @@ -26,7 +25,7 @@ export const AccountScreen: React.FC = () => {
<AccountBanner />
<AccountId />
<UpgradeTrialAccount />
<SettingsGroup items={[TotpSetting, UpgradeAccountLevelOne]} />
<SettingsGroup items={[UpgradeAccountLevelOne]} />
<DangerZoneSettings />
</ScrollView>
</Screen>
Expand Down

0 comments on commit 2a7f15f

Please sign in to comment.