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:
parent
037908cf8d
commit
22c957ee76
2 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ export interface QrScannerProps {
|
|||
}
|
||||
|
||||
const ACTIVE_STATES: ScannerState[] = [
|
||||
"requesting",
|
||||
"scanning",
|
||||
"detected",
|
||||
"success",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue