mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 07:55:33 +00:00
Merge pull request #4070 from overleaf/jel-email-button-tooltip
Fix check for disabled "Make Primary" button when email needs reconfirmation GitOrigin-RevId: efbe56e77402cbbc673a41ce24390fb77ede2481
This commit is contained in:
parent
08f5e73d8f
commit
13db97cbfa
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ form.row(
|
|||
+btnMakePrimaryDisabled(translate("please_link_before_making_primary"))
|
||||
.affiliations-table-inline-action-disabled-wrapper(ng-if="!userEmail.ssoAvailable")
|
||||
+btnMakePrimaryDisabled(translate("please_confirm_your_email_before_making_it_default"))
|
||||
.affiliations-table-inline-action-disabled-wrapper(ng-if="inReconfirmNotificationPeriod(userEmail)")
|
||||
.affiliations-table-inline-action-disabled-wrapper(ng-if="!userEmail.default && inReconfirmNotificationPeriod(userEmail)")
|
||||
+btnMakePrimaryDisabled(translate("please_reconfirm_your_affiliation_before_making_this_primary"))
|
||||
button.btn.btn-sm.btn-success.affiliations-table-inline-action(
|
||||
tooltip=translate("make_email_primary_description")
|
||||
|
|
Loading…
Reference in a new issue