Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to customize VerifyEmailView #119

Open
typerandom opened this issue Aug 30, 2016 · 0 comments
Open

Add ability to customize VerifyEmailView #119

typerandom opened this issue Aug 30, 2016 · 0 comments

Comments

@typerandom
Copy link
Contributor

typerandom commented Aug 30, 2016

We should add the ability to customize the VerifyEmailView component.

E.g.

<VerifyEmailView>
  <div className="col-sm-offset-4 col-xs-12 col-sm-4">
    <p className="alert alert-warning" data-spIf="status === 'VERIFYING'">
      We are verifying your account.
    </p>
    <p className="alert alert-success" data-spIf="status === 'VERIFIED'">
      Your account has has been verified! <LoginLink>Login Now.</LoginLink>
    </p>
    <p className="alert alert-danger" data-spIf="status === 'ERROR'">
      This email verification link is not valid.
    </p>
  </div>
</VerifyEmailView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants