Skip to content

Commit

Permalink
restore verifying email alert
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Dec 12, 2024
1 parent 134ba2c commit 719e670
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 719e670

Please sign in to comment.