]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/account/account.component.html
Client: use builtin email validator
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account.component.html
CommitLineData
629d8d6f
C
1<h3>Account</h3>
2
af5e743b
C
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>