Setup

@wix/identity
Version 1.0.123
Published 1 day ago

To use the Recovery API, install the @wix/identity package using npm or Yarn:

Copy
npm install @wix/identity

or

Copy
yarn add @wix/identity

Then import { recovery } from @wix/identity:

Copy
import { recovery } from "@wix/identity";
Did this help?