fix announcement of security header (#1292)

This commit is contained in:
Daniel James Smith 2022-02-03 17:58:55 +01:00 committed by GitHub
parent 2b58861296
commit 94b561382d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>