Skip to content

Commit 8b400ab

Browse files
Update spec/AuthenticationAdapters.spec.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Nikhil Sharma <[email protected]>
1 parent 06e06be commit 8b400ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/AuthenticationAdapters.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ describe('OTP SMS auth adatper', () => {
17761776

17771777
await user.save(
17781778
{ authData: { mfa: { mobile, token: code } } },
1779-
{ useMasterKey:true }
1779+
{ useMasterKey: true }
17801780
);
17811781

17821782
spy.calls.reset();

0 commit comments

Comments
 (0)