aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account.component.html
blob: 6f10e79cd212c79a61092d855256d7fc08cb1f5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<h3>Account</h3>

<div class="block">
  <h4>Change password</h4>
  <my-account-change-password></my-account-change-password>
</div>

<div class="block">
  <h4>Update my informations</h4>
  <my-account-details [user]="user"></my-account-details>
</div>