Back to components

PasskeySetupWizard

Passkeys & Auth Methods

5-step passkey registration wizard

Preview
Live component preview
Loading component...
Usage
Import and use this component in your application
import { PasskeySetupWizard } from '@bettercone/ui';

export default function Page() {
  return <PasskeySetupWizard />;
}

Note: Components from @bettercone/ui require Better Auth configuration. If a component fails to render above, it may need specific context or data. See the BetterCone documentation for setup instructions.