+
Passkey created!
+
+ You can now use your Passkey to sign in to your account.
+
+
+
+ )}
+ >
+ );
+};
+
+export default PasskeyRegistration;
diff --git a/lib/loginProduct.ts b/lib/loginProduct.ts
index 1f835d2..bf81515 100644
--- a/lib/loginProduct.ts
+++ b/lib/loginProduct.ts
@@ -4,6 +4,7 @@ import smsIcon from '/public/sms-icon.svg';
import webauthnIcon from '/public/webauthn-icon.svg';
import web3Icon from '/public/web3-icon.svg';
import passwordsIcon from '/public/passwords-icon.svg';
+import passkeysIcon from 'public/passkeys-icon.svg';
import { LoginProduct } from './types';
const LoginProducts: Record