mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-23 21:31:29 +01:00
add todo comment regarding browser template
This commit is contained in:
parent
236c41e6f8
commit
4df7712c13
@ -124,6 +124,10 @@
|
|||||||
<!-- Browser Template -->
|
<!-- Browser Template -->
|
||||||
<!---------------------------------------------->
|
<!---------------------------------------------->
|
||||||
<form *ngIf="clientType === ClientType.Browser" [bitSubmit]="submit" [formGroup]="formGroup">
|
<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">
|
<ng-container *ngIf="uiState === LoginUiState.EMAIL_ENTRY">
|
||||||
<!-- Email Address input -->
|
<!-- Email Address input -->
|
||||||
<bit-form-field class="!tw-mb-4">
|
<bit-form-field class="!tw-mb-4">
|
||||||
|
Loading…
Reference in New Issue
Block a user