Skip to content

Commit 5239d4f

Browse files
PD-3656 Updated the support link for 2FA (#2789)
1 parent ee0f3ce commit 5239d4f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

projects/orcid-registry-ui/src/lib/components/auth-challenge/auth-challenge.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h1 class="orc-font-heading-small text-center font-normal" i18n>
265265
</p>
266266
<a
267267
class="underline"
268-
href="https://support.orcid.org/hc/en-us"
268+
href="https://support.orcid.org/hc/en-us/articles/360006971673-Secure-your-account-with-two-factor-authentication"
269269
target="_blank"
270270
rel="noopener noreferrer"
271271
i18n="@@topBar.knowledge"

src/app/account-settings/pages/confirm-deactivate-account/confirm-deactivate-account.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
Don't have your device or recovery code?
338338
</p>
339339
<a
340-
href="https://support.orcid.org/hc/en-us"
340+
href="https://support.orcid.org/hc/en-us/articles/360006971673-Secure-your-account-with-two-factor-authentication"
341341
target="_blank"
342342
rel="noopener noreferrer"
343343
i18n="@@topBar.knowledge"

src/app/cdk/two-factor-authentication-form/two-factor/two-factor-authentication-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</ng-container>
102102
<a
103103
class="underline orc-font-body-small"
104-
(click)="navigateTo('https://support.orcid.org/')"
104+
(click)="navigateTo('https://support.orcid.org/hc/en-us/articles/360006971673-Secure-your-account-with-two-factor-authentication')"
105105
rel="noopener noreferrer"
106106
target="_blank"
107107
i18n="@@shared.orcidHelpCenter"

0 commit comments

Comments
 (0)