mirror of https://github.com/Chocobozzz/PeerTube
Add class to email change form
parent
2f4c784a92
commit
a80e84f047
|
@ -9,7 +9,7 @@
|
|||
<span class="email">{{ user.pendingEmail }}</span> is awaiting email verification
|
||||
</div>
|
||||
|
||||
<form role="form" (ngSubmit)="changeEmail()" [formGroup]="form">
|
||||
<form role="form" class="change-email" (ngSubmit)="changeEmail()" [formGroup]="form">
|
||||
|
||||
<div class="form-group">
|
||||
<label i18n for="new-email">New email</label>
|
||||
|
|
|
@ -5,7 +5,7 @@ import { I18n } from '@ngx-translate/i18n-polyfill'
|
|||
import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
|
||||
import { UserValidatorsService } from '@app/shared/forms/form-validators/user-validators.service'
|
||||
import { User } from '../../../../../../shared'
|
||||
import { switchMap, tap } from 'rxjs/operators'
|
||||
import { tap } from 'rxjs/operators'
|
||||
|
||||
@Component({
|
||||
selector: 'my-account-change-email',
|
||||
|
|
Loading…
Reference in New Issue