mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
add todo comment regarding browser template
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user