feat(username): Add Username updating

This commit is contained in:
Bouncey
2018-09-13 18:28:23 +01:00
committed by Stuart Taylor
parent 99e025699a
commit 4f54803674
14 changed files with 807 additions and 171 deletions

View File

@@ -92,7 +92,7 @@ function ShowSettings(props) {
</FullWidthRow>
<Spacer />
<h1 className='text-center'>{`Account Settings for ${username}`}</h1>
{/* <About
<About
about={about}
currentTheme={theme}
location={location}
@@ -102,7 +102,7 @@ function ShowSettings(props) {
username={username}
/>
<Spacer />
<PrivacySettings />
{/* <PrivacySettings />
<Spacer />
<EmailSettings />
<Spacer />