diff --git a/src/redux/slices/settingsSlice/index.ts b/src/redux/slices/settingsSlice/index.ts index f9d769efc..71d706461 100644 --- a/src/redux/slices/settingsSlice/index.ts +++ b/src/redux/slices/settingsSlice/index.ts @@ -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