[CORL-516] forgot password flow in admin (#2558)

* add forgot password page and link to admin

* add translations

* update snaps

* fix: install patch

* fix: adapted localizations

* fix: added email type to email field

* fix: updated snapshots
This commit is contained in:
Tessa Thornton
2019-09-12 16:30:19 +00:00
committed by Wyatt Johnson
parent 2559d1c0e8
commit a89dc4675a
18 changed files with 416 additions and 47 deletions
@@ -119,6 +119,9 @@ class AddOrganizationStep extends React.Component<Props> {
placeholder="Organization Contact Email"
color={colorFromMeta(meta)}
disabled={submitting}
type="email"
autoCapitalize="off"
autoCorrect="off"
fullWidth
{...input}
/>
@@ -89,6 +89,9 @@ class CreateYourAccountStep extends Component<Props> {
placeholder="Email"
color={colorFromMeta(meta)}
disabled={submitting}
type="email"
autoCapitalize="off"
autoCorrect="off"
fullWidth
{...input}
/>
@@ -121,6 +124,8 @@ class CreateYourAccountStep extends Component<Props> {
placeholder="Username"
color={colorFromMeta(meta)}
disabled={submitting}
autoCapitalize="off"
autoCorrect="off"
fullWidth
{...input}
/>