add message after profile creation on the cloud
This commit is contained in:
parent
94d6916a75
commit
e56ace7c2c
4 changed files with 20 additions and 3 deletions
|
|
@ -60,6 +60,15 @@
|
|||
Please confirm your email address using the confirmation link at the message we sent you
|
||||
</span>
|
||||
</span>
|
||||
<span class="status" ng-if="$root.pleaseConfirmEmail">
|
||||
<i class="fi-alert size-36 left m20r"></i>
|
||||
<span translate>
|
||||
<strong class="size-16">Confirm your email address</strong>.<br>
|
||||
An email was just sent to {{$root.iden.getName()}}. Please click the link on it to confirm you own it. Unconfirmed profiles could be deleted from server.
|
||||
</span>
|
||||
|
||||
<a class="close-notification text-warning" ng-click="$root.pleaseConfirmEmail=null">×</a>
|
||||
</span>
|
||||
|
||||
<div ng-controller="SidebarController" ng-show="$root.iden && !$root.hideNavigation">
|
||||
<nav class="tab-bar">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue