Skip to content

Commit c3f4855

Browse files
committed
chore: disable push integ tests
1 parent 93bea39 commit c3f4855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-integ-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
on:
99
push:
1010
branches:
11-
- feat/email-mfa
11+
- replace-with-your-branch
1212

1313
jobs:
1414
e2e:

packages/auth/src/providers/cognito/utils/signInHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export async function handleMFASetupChallenge({
227227
);
228228
}
229229

230-
const isEmail = /^\S+@\S+\.\S+$/.test(challengeResponse.trim());
230+
const isEmail = /^\S+@\S+$/.test(challengeResponse.trim());
231231

232232
if (isEmail) {
233233
challengeResponses.EMAIL = challengeResponse;

0 commit comments

Comments
 (0)