We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 814ef65 + 75d9295 commit 9e41c99Copy full SHA for 9e41c99
web-app/src/app/ingress/authorization/authorization.component.html
@@ -8,7 +8,7 @@
8
<div>
9
<mat-form-field appearance="fill">
10
<mat-label>Access Code</mat-label>
11
- <input matInput placeholder="Access Code" type="deviceId" [formControl]="deviceId" required>
+ <input matInput placeholder="Access Code" type="deviceId" [formControl]="deviceId" (keydown.enter)="authorize()" required>
12
<mat-error *ngIf="deviceId.hasError('invalid')">Invalid access code</mat-error>
13
</mat-form-field>
14
</div>
0 commit comments