Skip to content

Commit cbd050e

Browse files
committed
Only doing password and email currently
1 parent da24f66 commit cbd050e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

resources/scripts/components/account/AccountOverviewContainer.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ export default () => {
99
<ContentBox className={'flex-1 mr-4'} title={'Update Password'} showFlashes={'account:password'}>
1010
<UpdatePasswordForm/>
1111
</ContentBox>
12-
<div className={'flex-1 ml-4'}>
13-
<ContentBox title={'Update Email Address'} showFlashes={'account:email'}>
14-
<UpdateEmailAddressForm/>
15-
</ContentBox>
16-
<ContentBox title={'Update Identity'} className={'mt-8'}>
17-
</ContentBox>
18-
</div>
12+
<ContentBox className={'flex-1 ml-4'} title={'Update Email Address'} showFlashes={'account:email'}>
13+
<UpdateEmailAddressForm/>
14+
</ContentBox>
1915
</div>
2016
);
2117
};

0 commit comments

Comments
 (0)