Skip to content

Commit

Permalink
fixup! Expose the QR code parsing structs used by the QR login mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed May 21, 2024
1 parent 706e913 commit e922f08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/qr_login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ use crate::vodozemac::Curve25519PublicKey;
#[wasm_bindgen]
#[derive(Debug)]
pub enum QrCodeMode {
/// Enum variant for the case where the new device is displaying the QR
/// code.
/// The new device is displaying the QR code.
Login,
/// Enum variant for the case where the existing device is displaying the QR
/// code.
/// The existing device is displaying the QR code.
Reciprocate,
}

Expand Down

0 comments on commit e922f08

Please sign in to comment.