Skip to content

Commit 475492b

Browse files
committed
feat: enhance input field for Intervals API Key with matInput directive
1 parent 059093d commit 475492b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/app/configuration/configuration.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 class="config-title app-panel-card-title">Intervals.icu</h2>
4242

4343
<mat-form-field class="full-width">
4444
<mat-label>Intervals API Key</mat-label>
45-
<input type="password" placeholder="123456qwerty123456qwerty1" formControlName="intervals.api-key">
45+
<input matInput type="password" placeholder="123456qwerty123456qwerty1" formControlName="intervals.api-key">
4646
</mat-form-field>
4747

4848
<mat-form-field class="full-width">

0 commit comments

Comments
 (0)