Skip to content

Commit 89a6bf0

Browse files
committed
add onboarding_complete field to PairingResponse
1 parent 24dcd24 commit 89a6bf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/api/pairing.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ pub struct PairingResponse {
1515
pub passport_serial: PassportSerial,
1616
#[n(3)]
1717
pub passport_color: PassportColor,
18+
#[n(4)]
19+
pub onboarding_complete: bool,
1820
}
1921

2022
#[quantum_link]

0 commit comments

Comments
 (0)