@tap-payments/auth-jsconnect 2.11.12-sandbox → 2.11.13-sandbox

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1054,22 +1054,6 @@ export var authSlice = createSlice({
1054
1054
  state.loading = false;
1055
1055
  if (!isAuthenticationVerificationFailed(message))
1056
1056
  state.error = message;
1057
- })
1058
- .addCase(verifyPasscode.pending, function (state) {
1059
- state.loading = true;
1060
- state.error = null;
1061
- })
1062
- .addCase(verifyPasscode.fulfilled, function (state, action) {
1063
- var _a, _b;
1064
- state.loading = false;
1065
- var data = action.payload;
1066
- state.data.responseData = __assign(__assign({}, state.data.responseData), { authResponse: __assign(__assign({}, (_a = state.data.responseData) === null || _a === void 0 ? void 0 : _a.authResponse), data) });
1067
- state.data.passcodeData.skipPasscode = ((_b = data === null || data === void 0 ? void 0 : data.status) === null || _b === void 0 ? void 0 : _b.toLowerCase()) === 'pending';
1068
- state.data.passcodeData.allowOTPToPasscodeRedirection = false;
1069
- })
1070
- .addCase(verifyPasscode.rejected, function (state, action) {
1071
- state.loading = false;
1072
- state.error = action.error.message;
1073
1057
  })
1074
1058
  .addCase(createEmailAuth.pending, function (state) {
1075
1059
  state.loading = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.11.12-sandbox",
3
+ "version": "2.11.13-sandbox",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",