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:
@@ -54,7 +54,7 @@
|
||||
<bit-label>{{ "scimApiKey" | i18n }}</bit-label>
|
||||
<input
|
||||
bitInput
|
||||
type="{{ showScimKey ? 'text' : 'password' }}"
|
||||
[type]="showScimKey ? 'text' : 'password'"
|
||||
formControlName="clientSecret"
|
||||
id="clientSecret"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user