[PM-2135] feat: change autofocus target
This commit is contained in:
parent
f06844521f
commit
e13e1734dd
|
@ -16,7 +16,7 @@
|
||||||
<ng-container *ngIf="usesKeyConnector">
|
<ng-container *ngIf="usesKeyConnector">
|
||||||
<div class="tw-mb-6">
|
<div class="tw-mb-6">
|
||||||
<label class="tw-block">{{ "sendVerificationCode" | i18n }}</label>
|
<label class="tw-block">{{ "sendVerificationCode" | i18n }}</label>
|
||||||
<button type="button" bitButton buttonType="secondary" [bitAction]="requestOTP">
|
<button type="button" bitButton buttonType="secondary" [bitAction]="requestOTP" appAutofocus>
|
||||||
{{ "sendCode" | i18n }}
|
{{ "sendCode" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<span class="tw-ml-2 tw-text-success" role="alert" @sent *ngIf="sentCode">
|
<span class="tw-ml-2 tw-text-success" role="alert" @sent *ngIf="sentCode">
|
||||||
|
@ -33,7 +33,6 @@
|
||||||
id="verificationCode"
|
id="verificationCode"
|
||||||
name="verificationCode"
|
name="verificationCode"
|
||||||
[formControl]="secret"
|
[formControl]="secret"
|
||||||
appAutofocus
|
|
||||||
appInputVerbatim
|
appInputVerbatim
|
||||||
/>
|
/>
|
||||||
<bit-hint>{{ "confirmIdentity" | i18n }}</bit-hint>
|
<bit-hint>{{ "confirmIdentity" | i18n }}</bit-hint>
|
||||||
|
|
Loading…
Reference in New Issue