Skip to content

Commit

Permalink
restore verifying email alert (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn authored Dec 12, 2024
1 parent 134ba2c commit 7b8defd
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ <h3 title class="orc-font-body" i18n="@@side-bar.pleaseVerify">
</div>
</ng-container>
</app-alert-message>
<app-alert-message *ngIf="emailVerified" type="success">
<h3 title class="orc-font-body" i18n="@@myOrcidAlerts.emailVerified">
Thank you for verifying your email
</h3>
</app-alert-message>
</ng-container>

<app-alert-message *ngIf="emailVerified" type="success">
<h3 title class="orc-font-body" i18n="@@myOrcidAlerts.emailVerified">
Thank you for verifying your email
</h3>
</app-alert-message>

0 comments on commit 7b8defd

Please sign in to comment.