refactor(auth): merge passkey challenge helper (#6179)

This commit is contained in:
jxxghp
2026-07-24 07:05:25 +08:00
committed by GitHub
parent 4b9af5b8c7
commit 98e69d1b45
6 changed files with 83 additions and 85 deletions

View File

@@ -22,8 +22,8 @@ from app.helper.passkey import (
PassKeyHelper,
PassKeyRegistrationOriginMismatchError,
PassKeyRegistrationVerificationError,
PasskeyChallengeStore,
)
from app.helper.passkey_challenge import PasskeyChallengeStore
from app.log import logger
from app.schemas.types import SystemConfigKey
from app.utils.otp import OtpUtils