Skip to content

Commit 5696b84

Browse files
committed
added check for signin after unenroll
1 parent 3de5495 commit 5696b84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/auth/test/integration/flows/totp.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ describe(' Integration tests: Mfa TOTP', () => {
154154
const mfaUser = multiFactor(userCredential.user);
155155

156156
await expect(mfaUser.unenroll(resolver.hints[0].uid)).to.be.fulfilled;
157+
await expect(signInWithEmailAndPassword(auth, email, 'password')).to.be
158+
.fulfilled;
157159
}
158160
});
159161
});

0 commit comments

Comments
 (0)