add todo comment regarding browser template

This commit is contained in:
rr-bw 2024-09-13 15:56:24 -07:00
parent 236c41e6f8
commit 4df7712c13
No known key found for this signature in database
GPG Key ID: 3FA13C3ADEE51D5D
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@
<!-- Browser Template -->
<!---------------------------------------------->
<form *ngIf="clientType === ClientType.Browser" [bitSubmit]="submit" [formGroup]="formGroup">
<!--
TODO-rr-bw: the orignal Browser template had `main tabindex="-1".
Why? And do we need to add it here?
-->
<ng-container *ngIf="uiState === LoginUiState.EMAIL_ENTRY">
<!-- Email Address input -->
<bit-form-field class="!tw-mb-4">