storj/web/satellite/src/components/common/registrationSuccess.html
VitaliiShpital d7558db5ed web/satellite: succesful registration flow reworked
Change-Id: I29f7b0fd2286c32ada39bc1e86d58feda624c645
2020-03-23 16:09:00 +00:00

20 lines
972 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--Copyright (C) 2019 Storj Labs, Inc.-->
<!--See LICENSE for copying information.-->
<div class="register-success-area" >
<div class="register-success-area__form-container">
<h2 class="register-success-area__form-container__title">Account Created!</h2>
<span class="register-success-area__form-container__sub-title">Check your email to complete registration.</span>
<p class="register-success-area__form-container__text">Didnt receive a verification email?<b class="register-success-area__form-container__verification-cooldown__bold-text"> {{timeToEnableResendEmailButton}}</b></p>
<div class="register-success-area__form-container__button-container">
<VButton
label="Resend Email"
width="450px"
height="50px"
:on-press="onResendEmailButtonClick"
:is-disabled="isResendEmailButtonDisabled"
/>
</div>
</div>
</div>