1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Fix build errors for strict templates (#4134)

This commit is contained in:
Oscar Hinton
2022-11-29 00:00:45 +01:00
committed by GitHub
parent ae5df5472c
commit 1686c3b3c0
7 changed files with 12 additions and 10 deletions

View File

@@ -54,7 +54,7 @@
<bit-label>{{ "scimApiKey" | i18n }}</bit-label>
<input
bitInput
type="{{ showScimKey ? 'text' : 'password' }}"
[type]="showScimKey ? 'text' : 'password'"
formControlName="clientSecret"
id="clientSecret"
/>