Back to Frontend

Please verify your email to complete your registration

identity/app/views/verificationEmailResent.scala.html

latest582 B
Original Source

@( idUrlBuilder: services.IdentityUrlBuilder, verifiedReturnUrl: Option[String], defaultReturnUrl: String, email: Option[String], validationEmailResent: ValidationEmailSent )(implicit request: RequestHeader, context: model.ApplicationContext)

Please verify your email to complete your registration

@email match { case Some(email) => {

We've sent a verification email to:

@email

} case _ => {

We've sent you a verification email

} }

Please follow the instructions on the email to complete your registration. If you can't find it, it may be in your spam folder.