# &lt;LoginContainer /&gt; Component

## Description

A page using the <AuthLayout /> to show login features Uses AuthLayout to show an ad from the db & login features.  Also triggers a verification script on login Shows an ad on the left and auth stuff on the right Can show an ad and auth block on right

## Checklist

This component should...

- Events - Should render in the dom
- Rendering - Should call the appropriate API when the handleVerify method is called
- Rendering - Should navigate to the 'forgot password' page when the handleForgotPassword method is called
- Rendering - Should call the appropriate API when the handleValidate method is called

## Usage

To install it...

> npm install @sandcastle/components

Add it to your project...

```
import * as React from 'react'
import * as LoginContainer from '@sandcastle/components/LoginContainer`

export default () => (
  <LoginContainer
    onVerify=""
  />
)
```

## Best Practices

To do: Add any Best Practices here

## Lifecycle Hooks

To do: Add any Lifecycle Hooks here

## Related Components

To do: Add any Related Components here
