fix announcement of security header (#1292)

(cherry picked from commit 94b561382d)
This commit is contained in:
Daniel James Smith 2022-02-03 17:58:55 +01:00 committed by Daniel James Smith
parent 58709857db
commit bf3c8cef24
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
name="VaultTimeout"
formControlName="vaultTimeout"
class="form-control"
appAutofocus
>
<option *ngFor="let o of vaultTimeouts" [ngValue]="o.value">{{ o.name }}</option>
</select>