Skip to content

Commit

Permalink
Merge branch 'main' into new-alert-tweaks-
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro authored Dec 12, 2024
2 parents cf5f2d8 + 7b8defd commit 1566ca2
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 1566ca2

Please sign in to comment.