notify when email was re-send
This commit is contained in:
parent
ef8fb60812
commit
188a0d348c
2 changed files with 18 additions and 7 deletions
|
|
@ -51,7 +51,12 @@
|
|||
|
||||
<span class="status" ng-if="$root.needsEmailConfirmation && !$root.pleaseConfirmEmailAck">
|
||||
<a class="close-notification text-white" ng-click="$root.pleaseConfirmEmailAck=true">×</a>
|
||||
<a class="text-white button warning tiny m0 right" ng-click="resendVerificationEmail()">Resend</a>
|
||||
<button class="text-white warning tiny m0 right"
|
||||
ng-click="resendVerificationEmail()"
|
||||
ng-disabled="loading"
|
||||
ng-show="!hideReSendButton">
|
||||
{{ loading ? 'Resending...' : 'Resend' }}
|
||||
</button>
|
||||
<i class="fi-alert size-36 left m20r"></i>
|
||||
<span translate>
|
||||
<strong class="size-16">Email not confirmed</strong>.<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue