perf: Face translate

This commit is contained in:
feng
2025-06-12 18:53:15 +08:00
committed by ZhaoJiSen
parent 4e7cd37c1d
commit 61c54314d7
13 changed files with 40 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ from ..const import MFAType
class MFAFace(BaseMFA, AuthFaceMixin):
name = MFAType.Face.value
display_name = MFAType.Face.name
placeholder = 'Face Recognition'
placeholder = 'Face recognition'
skip_cache_check = True
has_code = False