Skip to content

Commit

Permalink
Fixed pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Freshenext committed Oct 3, 2023
1 parent a8bad8f commit ef056dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/slices/settingsSlice/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export const unlockApp = createAsyncThunk<

if (Platform.OS === 'android' && !supportedBiometry && !pinUnlocked) {
const {
settings: { pin },
persistentData: { pin },
} = thunkAPI.getState()

// if there's no pin yet and biometrics removed
Expand Down

0 comments on commit ef056dc

Please sign in to comment.