]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/my-account/my-account-settings/my-account-settings.component.html
Add ability to update the user display name/description
[github/Chocobozzz/PeerTube.git] / client / src / app / my-account / my-account-settings / my-account-settings.component.html
index e11d93c01d6aeacdd895634c0573036e81b12e2a..e655b9d96a235da8a0ac699829e6f0fe30764288 100644 (file)
   <span class="user-quota-label">Video quota:</span> {{ userVideoQuotaUsed | bytes: 0 }} / {{ userVideoQuota }}
 </div>
 
-<div class="account-title">Account settings</div>
+<ng-template [ngIf]="user && user.account">
+  <div class="account-title">Profile</div>
+  <my-account-profile [user]="user"></my-account-profile>
+</ng-template>
+
+<div class="account-title">Password</div>
 <my-account-change-password></my-account-change-password>
 
 <div class="account-title">Video settings</div>
-<my-account-details [user]="user"></my-account-details>
+<my-account-video-settings [user]="user"></my-account-video-settings>