Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Dec 13, 2024
1 parent 8110d24 commit f7aefa2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
import { NAMESPACE } from 'constants/namespaces'
import { HomeStackParamList } from 'screens/HomeScreen/HomeStackScreens'
import { RootState } from 'store'
import { AnalyticsState, dispatchUpdateDisplayBiometricsPreferenceScreen } from 'store/slices'
import { AnalyticsState } from 'store/slices'
import { toggleFirebaseDebugMode } from 'store/slices/analyticsSlice'
import { debugResetFirstTimeLogin } from 'utils/auth'
import { showSnackBar } from 'utils/common'
Expand Down Expand Up @@ -143,7 +143,6 @@ function DeveloperScreen({ navigation }: DeveloperScreenSettingsScreenProps) {
{
text: t('reset'),
onPress: () => {
dispatch(dispatchUpdateDisplayBiometricsPreferenceScreen(true))
console.debug('Resetting first time login flag')
debugResetFirstTimeLogin(dispatch, logout)
},
Expand Down

0 comments on commit f7aefa2

Please sign in to comment.