Skip to content

Commit

Permalink
Merge pull request #3130 from emqx/dev/1.10.4
Browse files Browse the repository at this point in the history
Sync code from refs/heads/dev/1.10.4 to enterprise
  • Loading branch information
Kinplemelon authored Dec 24, 2024
2 parents 61dd7c6 + eaf548b commit 8b1a4cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const formData = computed<PasswordHashAlgorithmFormItems>({
const { HashOptions } = usePassword()
const saltPositionOpt = [SaltPosition.Disable, SaltPosition.Prefix, SaltPosition.Suffix]
const macFunOpt = ['md4', 'md5', 'ripemd160', 'sha', 'sha224', 'sha256', 'sha384', 'sha512']
const macFunOpt = ['sha', 'sha224', 'sha256', 'sha384', 'sha512']
const needSelectSaltPosition = computed(() => {
const { name } = formData.value.password_hash_algorithm
Expand Down

0 comments on commit 8b1a4cb

Please sign in to comment.