]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+my-account/my-account.module.ts
Implement two factor in client
authorChocobozzz <me@florianbigard.com>
Fri, 7 Oct 2022 09:06:28 +0000 (11:06 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 7 Oct 2022 09:06:28 +0000 (11:06 +0200)
commitd12b40fb96d56786a96c06a621f3d8e0a0d24f4a
tree7047fa5cd7e778eb377c897eccb539c52b2e59bc
parent56f47830758ff8e92abcfcc5f35d474ab12fe215
Implement two factor in client
31 files changed:
client/src/app/+login/login.component.html
client/src/app/+login/login.component.ts
client/src/app/+my-account/my-account-routing.module.ts
client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts
client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts
client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts
client/src/app/+my-account/my-account-settings/my-account-settings.component.html
client/src/app/+my-account/my-account-settings/my-account-two-factor/index.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor-button.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor-button.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-two-factor/two-factor.service.ts [new file with mode: 0644]
client/src/app/+my-account/my-account.module.ts
client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts
client/src/app/+signup/+register/register.component.ts
client/src/app/core/auth/auth.service.ts
client/src/app/core/confirm/confirm.service.ts
client/src/app/core/rest/rest-extractor.service.ts
client/src/app/core/users/user.model.ts
client/src/app/modal/confirm.component.html
client/src/app/modal/confirm.component.ts
client/src/app/shared/form-validators/user-validators.ts
client/src/app/shared/shared-forms/form-reactive.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-reactive.ts
client/src/app/shared/shared-forms/form-validator.service.ts
client/src/app/shared/shared-forms/index.ts
client/src/app/shared/shared-forms/input-text.component.ts
client/src/app/shared/shared-forms/shared-form.module.ts
client/src/app/shared/shared-main/auth/auth-interceptor.service.ts