]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/account/account.component.html
Client: add ability for user to change nsfw settings
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account.component.html
1 <h3>Account</h3>
2
3 <div class="block">
4 <h4>Change password</h4>
5 <my-account-change-password></my-account-change-password>
6 </div>
7
8 <div class="block">
9 <h4>Update my informations</h4>
10 <my-account-details [user]="user"></my-account-details>
11 </div>