Skip to content

Commit

Permalink
Merge branch 'master' into v2_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Oct 29, 2020
2 parents e7303ed + f60c159 commit 8e22fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctap/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ where
}
(extensions.hmac_secret, cred_protect)
} else {
(false, None)
(false, DEFAULT_CRED_PROTECT)
};

let cred_random = if use_hmac_extension {
Expand Down

0 comments on commit 8e22fbd

Please sign in to comment.