forked from Alex/Pterodactyl-Panel
Only doing password and email currently
This commit is contained in:
parent
da24f66563
commit
cbd050edda
@ -9,13 +9,9 @@ export default () => {
|
|||||||
<ContentBox className={'flex-1 mr-4'} title={'Update Password'} showFlashes={'account:password'}>
|
<ContentBox className={'flex-1 mr-4'} title={'Update Password'} showFlashes={'account:password'}>
|
||||||
<UpdatePasswordForm/>
|
<UpdatePasswordForm/>
|
||||||
</ContentBox>
|
</ContentBox>
|
||||||
<div className={'flex-1 ml-4'}>
|
<ContentBox className={'flex-1 ml-4'} title={'Update Email Address'} showFlashes={'account:email'}>
|
||||||
<ContentBox title={'Update Email Address'} showFlashes={'account:email'}>
|
<UpdateEmailAddressForm/>
|
||||||
<UpdateEmailAddressForm/>
|
</ContentBox>
|
||||||
</ContentBox>
|
|
||||||
<ContentBox title={'Update Identity'} className={'mt-8'}>
|
|
||||||
</ContentBox>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user