Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,13 @@
</div>

<div class="verification-section">
<p class="step-copy" i18n="@@account.enterVerificationCodeFromAuthApp">
<label
class="step-copy"
for="totp"
i18n="@@account.enterVerificationCodeFromAuthApp"
>
Enter the 6-digit verification code from your authentication app
</p>
</label>

<mat-form-field appearance="outline" class="mat-form-field-min">
<input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ mat-error {
}

.verification-section .step-copy {
display: block;
margin-bottom: var(--orcid-space-base, 16px);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
>
<div class="copy-block">
<div class="copy-block__intro">
<h4 i18n="@@account.yourRecoveryCodesTitle">Your 2FA recovery codes</h4>
<h4 id="backup-codes-label" i18n="@@account.yourRecoveryCodesTitle">
Your 2FA recovery codes
</h4>
<p i18n="@@account.recoveryCodes">
Recovery codes can be used to access your ORCID account when you
aren’t able to use your authentication app. Each recovery code can
Expand All @@ -36,6 +38,7 @@ <h4 i18n="@@account.yourRecoveryCodesTitle">Your 2FA recovery codes</h4>
formControlName="backupCodes"
rows="10"
readonly
aria-labelledby="backup-codes-label"
>
</textarea>
</div>
Expand Down
Loading