]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/proxy.config.json
Add ability to change email in client
authorChocobozzz <me@florianbigard.com>
Tue, 11 Jun 2019 12:30:49 +0000 (14:30 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 11 Jun 2019 12:31:12 +0000 (14:31 +0200)
commit0ba5f5baade94a051710d9d9d408ac8083c14ac6
treee470a2b546d1d1ac9796b6c8ae3afffccd0aca6c
parentd1ab89deb79f70c439b58750d044d9cadf1194e5
Add ability to change email in client
13 files changed:
client/proxy.config.json
client/src/app/+my-account/my-account-settings/my-account-change-email/index.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html
client/src/app/+my-account/my-account-settings/my-account-settings.component.html
client/src/app/+my-account/my-account.module.ts
client/src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html
client/src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts
client/src/app/shared/users/user.model.ts
client/src/app/shared/users/user.service.ts
server/middlewares/validators/users.ts