Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
renkelvin committed Oct 24, 2023
1 parent 433d292 commit 406865c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth/demo/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import {
initializeRecaptchaConfig,
validatePassword,
enrollPasskey,
signInWithPasskey,
signInWithPasskey
} from '@firebase/auth';

import { config } from './config';
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/src/core/strategies/passkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ function getPasskeyCredentialRequestOptions(
convertExcludeCredentials(options);

return options;
}
}

0 comments on commit 406865c

Please sign in to comment.