mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
[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:
committed by
Wyatt Johnson
parent
2559d1c0e8
commit
a89dc4675a
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user