Skip to content

Commit 30d6818

Browse files
authored
PD-5291 do not autofocus password field (#2795)
Co-authored-by: andrej romanov <50377758+auumgn@users.noreply.github.com>
1 parent 44c0982 commit 30d6818

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
>
1313
<mat-icon class="material-symbols-outlined">person_check</mat-icon>
1414
</div>
15-
<h1 class="orc-font-heading-small text-center font-normal" i18n>
15+
<h1
16+
class="orc-font-heading-small text-center font-normal"
17+
cdkFocusInitial
18+
i18n
19+
>
1620
Verify your ORCID account
1721
</h1>
1822
<p class="orc-font-body-small text-center mb-8">

0 commit comments

Comments
 (0)