Back to Kavita

Change Email.Component

UI/Web/src/app/user-settings/change-email/change-email.component.html

0.9.0835 B
Original Source

{{censoredEmail() | defaultValue}} @if(emailConfirmed) { {{t('email-confirmed')}} } @else { {{t('email-not-confirmed')}} } @if (errors.length > 0) { @for(error of errors; track error) { {{error}} }) } @if(!hasValidEmail) { {{t('has-invalid-email')}} } {{t('email-label')}} @if(form.get('email'); as formControl) { @if (formControl.errors) { @if (formControl.errors.required) { {{t('required-field')}} } @if (formControl.errors.email) { {{t('valid-email')}} } } }

{{t('current-password-label')}} @if (form.get('password'); as formControl) { @if (formControl.errors) { @if (formControl.errors.required) { {{t('required-field')}} } } }

{{t('reset')}}{{t('save')}} @if (emailLink !== '') {

{{t('email-updated-title')}}

{{t('email-updated-description')}}

{{t('setup-user-account')}} }