mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
fix: fixed forgot password button (#2467)
This commit is contained in:
committed by
Kim Gardner
parent
0296041ce8
commit
aa873559d0
@@ -97,15 +97,13 @@ const ChangePassword: FunctionComponent<Props> = ({ onResetPassword }) => {
|
||||
|
||||
<Flex justifyContent="flex-end">
|
||||
<Localized id="profile-settings-changePassword-forgotPassword">
|
||||
<Typography variant="bodyCopy">
|
||||
<Button
|
||||
variant="underlined"
|
||||
color="primary"
|
||||
onClick={onResetPassword}
|
||||
>
|
||||
Forgot your password?
|
||||
</Button>
|
||||
</Typography>
|
||||
<Button
|
||||
variant="underlined"
|
||||
color="primary"
|
||||
onClick={onResetPassword}
|
||||
>
|
||||
Forgot your password?
|
||||
</Button>
|
||||
</Localized>
|
||||
</Flex>
|
||||
</FormField>
|
||||
|
||||
@@ -242,11 +242,18 @@ Commenters you ignore will still be able to see your comments.
|
||||
<div
|
||||
className="Box-root Flex-root Flex-flex Flex-justifyFlexEnd"
|
||||
>
|
||||
<p
|
||||
className="Box-root Typography-root Typography-bodyCopy Typography-colorTextPrimary"
|
||||
<button
|
||||
className="BaseButton-root Button-root Button-sizeRegular Button-colorPrimary Button-variantUnderlined"
|
||||
onBlur={[Function]}
|
||||
onClick={[Function]}
|
||||
onFocus={[Function]}
|
||||
onMouseOut={[Function]}
|
||||
onMouseOver={[Function]}
|
||||
onTouchEnd={[Function]}
|
||||
type="button"
|
||||
>
|
||||
Forgot your password?
|
||||
</p>
|
||||
</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset
|
||||
|
||||
Reference in New Issue
Block a user