Merge pull request #191 from mingxguo27/mingxguo-cred-policy
Always set default credential policy
This commit is contained in:
@@ -373,7 +373,7 @@ where
|
||||
}
|
||||
(extensions.hmac_secret, cred_protect)
|
||||
} else {
|
||||
(false, None)
|
||||
(false, DEFAULT_CRED_PROTECT)
|
||||
};
|
||||
|
||||
let cred_random = if use_hmac_extension {
|
||||
|
||||
Reference in New Issue
Block a user