Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { usePasskeyRecovery } from "@dynamic-labs/sdk-react-core"; const { initPasskeyRecoveryProcess, addRecoveryEmail } = usePasskeyRecovery(); // Opens the recovery flow UI <button onClick={() => initPasskeyRecoveryProcess()}></button>; // Adds a recovery email <button onClick={() => addRecoveryEmail('recovery-email@gmail.com')}></button>;
Was this page helpful?