Skip to content

Commit

Permalink
fix: fix fmt name (#3900)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yuremm and yurem committed Feb 21, 2023
1 parent fc26b4c commit 4a6a0c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

public enum AttestationFormat {

fido_u2f("fido-u2f"), packed("packed"), tpm("tpm"), android_key("android-key"), android_safetynet("android-safetynet"), none("none"), apple("apple"),
fido_u2f_super_gluu("fido-u2f-super-gluu");
fido_u2f("fido_u2f"), packed("packed"), tpm("tpm"), android_key("android-key"), android_safetynet("android-safetynet"), none("none"), apple("apple"),
fido_u2f_super_gluu("fido_u2f_super_gluu");

private final String fmt;

Expand Down

0 comments on commit 4a6a0c1

Please sign in to comment.