mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
closes #322
This commit is contained in:
@@ -39,7 +39,7 @@ const AccountOverviewContainer = () => {
|
||||
'linear(0,0.01,0.04 1.6%,0.161 3.3%,0.816 9.4%,1.046,1.189 14.4%,1.231,1.254 17%,1.259,1.257 18.6%,1.236,1.194 22.3%,1.057 27%,0.999 29.4%,0.955 32.1%,0.942,0.935 34.9%,0.933,0.939 38.4%,1 47.3%,1.011,1.017 52.6%,1.016 56.4%,1 65.2%,0.996 70.2%,1.001 87.2%,1)',
|
||||
}}
|
||||
>
|
||||
<ContentBox title={'Email Address'} showFlashes={'account:email'}>
|
||||
<ContentBox title={'Account Email'} showFlashes={'account:email'}>
|
||||
<UpdateEmailAddressForm />
|
||||
</ContentBox>
|
||||
</div>
|
||||
|
||||
@@ -60,12 +60,7 @@ const UpdateEmailAddressForm = () => {
|
||||
<Form className={`m-0`}>
|
||||
<Field id={'current_email'} type={'email'} name={'email'} label={'Email'} />
|
||||
<div className={`mt-6`}>
|
||||
<Field
|
||||
id={'confirm_password'}
|
||||
type={'password'}
|
||||
name={'password'}
|
||||
label={'Confirm Password'}
|
||||
/>
|
||||
<Field id={'confirm_password'} type={'password'} name={'password'} label={'Password'} />
|
||||
</div>
|
||||
<div className={`mt-6`}>
|
||||
<ActionButton variant='primary' disabled={isSubmitting || !isValid}>
|
||||
|
||||
Reference in New Issue
Block a user