Files
2fa/tests/scripts/export-code.test.js
wuzf cd904b659f fix(export): fall back to local export when offline or payload too large
Restore PWA offline parity for standard TXT/JSON/CSV/HTML exports by
falling back to the local generator when the unified /api/secrets/export
endpoint is unreachable (network TypeError), returns 503 with
{offline:true} from the service worker, or rejects with 413. The local
OTPAuth path now preserves HOTP type and counter.
2026-04-18 20:34:03 +08:00

2.1 KiB