Back to Peertube

Verify email

client/src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html

8.1.5215 B
Original Source

@if (loaded) {

Verify email

@if (success) { @if (this.isRegistration() || this.isRegistrationRequest()) { } @else { Email updated. } } @else if (failed) { An error occurred. Request a new verification email } }