Skip to content

Commit

Permalink
Add omitted AuthenticatorTransport Option "hybrid" (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsdn93 authored Nov 1, 2024
1 parent a2e93ef commit f66f30c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public enum AuthenticatorTransport {
USB("usb"),
NFC("nfc"),
BLE("ble"),
INTERNAL("internal");
INTERNAL("internal"),
HYBRID("hybrid");

@JsonValue
@Getter private final String value;
Expand Down

0 comments on commit f66f30c

Please sign in to comment.