diff --git a/lib/actions/api.js b/lib/actions/api.js index 8a5968d4e..1ac0b0c22 100644 --- a/lib/actions/api.js +++ b/lib/actions/api.js @@ -997,7 +997,7 @@ export function setUrlSearch (params, replaceCurrent = false) { * is set correctly. Leaves any other existing URL parameters (e.g., UI) unchanged. */ export function updateOtpUrlParams (otpState, searchId) { - const otpParams = getRoutingParams(otpState, true) + const otpParams = getRoutingParams(otpState) return function (dispatch, getState) { const params = {} // Get all OTP-specific params, which will be retained unchanged in the URL