Skip to content

Commit

Permalink
chore: moving TOTP out of beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Dec 2, 2023
1 parent 4bf65fb commit f18e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/settings-screen/account-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export const AccountScreen = () => {

const dataBeta = useBetaQuery()
const beta = dataBeta.data?.beta ?? false
beta

const deletePhonePrompt = async () => {
Alert.alert(
Expand Down Expand Up @@ -523,7 +524,6 @@ export const AccountScreen = () => {
chevronColor: totpEnabled ? colors.red : undefined,
chevronSize: totpEnabled ? 28 : undefined,
styleDivider: true,
hidden: !beta,
},
]

Expand Down

0 comments on commit f18e9e3

Please sign in to comment.