You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add the ability to customize the VerifyEmailView component.
E.g.
<VerifyEmailView><divclassName="col-sm-offset-4 col-xs-12 col-sm-4"><pclassName="alert alert-warning"data-spIf="status === 'VERIFYING'">
We are verifying your account.
</p><pclassName="alert alert-success"data-spIf="status === 'VERIFIED'">
Your account has has been verified! <LoginLink>Login Now.</LoginLink></p><pclassName="alert alert-danger"data-spIf="status === 'ERROR'">
This email verification link is not valid.
</p></div></VerifyEmailView>
The text was updated successfully, but these errors were encountered:
We should add the ability to customize the
VerifyEmailView
component.E.g.
The text was updated successfully, but these errors were encountered: