mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
fix announcement of security header (#1292)
This commit is contained in:
committed by
GitHub
parent
2b58861296
commit
94b561382d
@@ -10,7 +10,6 @@
|
|||||||
name="VaultTimeout"
|
name="VaultTimeout"
|
||||||
formControlName="vaultTimeout"
|
formControlName="vaultTimeout"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
appAutofocus
|
|
||||||
>
|
>
|
||||||
<option *ngFor="let o of vaultTimeouts" [ngValue]="o.value">{{ o.name }}</option>
|
<option *ngFor="let o of vaultTimeouts" [ngValue]="o.value">{{ o.name }}</option>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user