diff --git a/src/components/management/AccountManager/MyAccount.jsx b/src/components/management/AccountManager/MyAccount.jsx
index aa94f49..9c4c806 100644
--- a/src/components/management/AccountManager/MyAccount.jsx
+++ b/src/components/management/AccountManager/MyAccount.jsx
@@ -2,7 +2,7 @@ import Inferno from 'inferno';
import { Component } from 'inferno';
import PropTypes from 'prop-types';
-export class LoginForm extends Component {
+export class MyAccount extends Component {
constructor(props) {
super(props);
@@ -29,8 +29,63 @@ export class LoginForm extends Component {
render() {
return (
-
-
Hello My Account!
+
+
+
+
+
Account Details
+
+ Email: {this.state.email}
+
+
+ Username: {this.state.username}
+
+
+
+
+ {this.setState({publicName: event.target.value})}} />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Account Actions
+
+
+
+
+
+
+
+
+
+
+
);
}
diff --git a/src/components/management/AccountManager/index.jsx b/src/components/management/AccountManager/index.jsx
index bef4565..c01f855 100644
--- a/src/components/management/AccountManager/index.jsx
+++ b/src/components/management/AccountManager/index.jsx
@@ -6,7 +6,7 @@ import store from 'store';
import { Modal } from '../../structure/Modal';
import { LoginForm } from './LoginForm';
-// import { MyAccount } from './MyAccount';
+import { MyAccount } from './MyAccount';
import { request } from '../../../Helpers';
@@ -124,17 +124,15 @@ export class AccountManager extends Component {
return (
-
- {/* {} } /> */}
+ changeDictionary={ () => {} } />
Log Out