Skip to content

Commit

Permalink
fix: bypass ODIS EOL for phone number lookup (#4199)
Browse files Browse the repository at this point in the history
### Description

This was a bug from #3603 :( 

### Test plan

manually tested

### Related issues

n/a

### Backwards compatibility

Y
  • Loading branch information
kathaypacific authored Sep 15, 2023
1 parent 3b1930c commit 48b908b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/reducers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ export const appReducer = (
networkTimeoutSeconds: action.configValues.networkTimeoutSeconds,
celoNews: action.configValues.celoNews,
requireCPV: action.configValues.requireCPV,
decentralizedVerificationEnabled: action.configValues.decentralizedVerificationEnabled,
}
case Actions.ACTIVE_SCREEN_CHANGED:
return {
Expand Down

0 comments on commit 48b908b

Please sign in to comment.