Skip to content

Commit

Permalink
Remove unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalcom committed Feb 29, 2024
1 parent aa48352 commit 0bc95db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const onCreateAccount = async ({
setStatusMessage('Account created successfully!');

// TODO: Check if account ID matches the one from email
console.log('publicKeyFak ', publicKeyFak);
if (publicKeyFak) {
window.localStorage.setItem('webauthn_username', email);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ function VerifyEmailPage() {
});

try {
console.log('searchParams ', searchParams.toString());
await sendSignInLinkToEmail(firebaseAuth, email as string, {
url: `${window.location.origin}${basePath ? `/${basePath}` : ''}/auth-callback?${searchParams.toString()}`,
handleCodeInApp: true,
Expand Down
1 change: 0 additions & 1 deletion packages/near-fast-auth-signer/src/hooks/useAuthState.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/prefer-default-export */
import { getKeys, isPassKeyAvailable } from '@near-js/biometric-ed25519/lib';
import { KeyPairEd25519 } from '@near-js/crypto';
import { captureException } from '@sentry/react';
Expand Down

0 comments on commit 0bc95db

Please sign in to comment.