Skip to content

Commit

Permalink
Setting setNotificationsPreferenceScreen to true in the debugResetFir…
Browse files Browse the repository at this point in the history
…stTimeLogin function allows us to see the notification screen once again from the dev menu after hitting the reset first time login button.
  • Loading branch information
Matthew Guest - Work authored and Matthew Guest - Work committed Dec 13, 2024
1 parent 1521039 commit 604bbe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VAMobile/src/store/slices/authSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ export const debugResetFirstTimeLogin = (): AppThunk => async (dispatch) => {
await dispatch(logout())
await dispatch(setBiometricsPreference(false))
await dispatch(dispatchSetFirstLogin(true))
await dispatch(setNotificationsPreferenceScreen(true))
}

export const startBiometricsLogin = (): AppThunk => async (dispatch, getState) => {
Expand Down

0 comments on commit 604bbe8

Please sign in to comment.