Always set default credential policy

This commit is contained in:
mingxguo27
2020-10-28 15:03:59 +00:00
parent 55ceec2a21
commit c6a93d0539

View File

@@ -373,7 +373,7 @@ where
} }
(extensions.hmac_secret, cred_protect) (extensions.hmac_secret, cred_protect)
} else { } else {
(false, None) (false, DEFAULT_CRED_PROTECT)
}; };
let cred_random = if use_hmac_extension { let cred_random = if use_hmac_extension {