fix: allow setup-code bootstrap auth for operator pairing

This commit is contained in:
Ayaan Zaidi
2026-03-30 18:58:21 +05:30
parent e0281849c0
commit 2dced6b4a0
5 changed files with 62 additions and 42 deletions

View File

@@ -9,7 +9,6 @@ export {
export {
normalizeDeviceBootstrapProfile,
PAIRING_SETUP_BOOTSTRAP_PROFILE,
sameDeviceBootstrapProfile,
type DeviceBootstrapProfile,
type DeviceBootstrapProfileInput,
} from "../shared/device-bootstrap-profile.js";