chore(web): enable experimental HTTPS and fix scanner active states

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Naiyuan Qing 2026-02-05 10:44:29 +08:00
parent 037908cf8d
commit 22c957ee76
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ export interface QrScannerProps {
}
const ACTIVE_STATES: ScannerState[] = [
"requesting",
"scanning",
"detected",
"success",