fix: blake2b feature flag name (#34574)

This commit is contained in:
Muhammad Anas
2024-04-23 17:55:11 +05:00
committed by GitHub
parent 1e2ed38ae7
commit 7ef3674833

View File

@@ -581,7 +581,7 @@ FEATURES = {
'ENABLE_GRADING_METHOD_IN_PROBLEMS': False,
# See annotations in lms/envs/common.py for details.
'ENABLE_BLAKE2B_HASHiNG': False,
'ENABLE_BLAKE2B_HASHING': False,
}
# .. toggle_name: ENABLE_COPPA_COMPLIANCE