Disable "Add current device" button if current device is registered

pull/82/head
Matthias Frey 4 years ago committed by Thomas
parent 3a9219d809
commit bcc9ac52a2

@ -98,6 +98,7 @@
i18n
mat-flat-button
(click)='startWebAuthn()'
[disabled]="webAuthnService.isEnabled()"
>
Add current device
</button>

Loading…
Cancel
Save