import { Story, Canvas, ArgsTable } from '@storybook/addon-docs'; import UnlockPage from '.'; # Unlock Page Portal page for user to auth the access of their account ## Component API | Name | Description | | -------------------------- | -------------------------------------------------------------------------- | | `history` | History router for redirect after action `object` | | `isUnlocked` | If isUnlocked is true will redirect to most recent route in history `bool` | | `onRestore` | onClick handler for "import using Secret Recovery Phrase" link `func` | | `onSubmit` | onSumbit handler when form is submitted `func` | | `forceUpdateMetamaskState` | Force update metamask data state `func` | | `showOptInModal` | Event handler to show metametrics modal `func` |