Skip to content

Commit

Permalink
updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilty committed Nov 30, 2022
1 parent 7d73416 commit e67a621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kr/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async fn pair() -> Result<(), Error> {

// print the qr code for pairing
let raw = format!(
"https://mfa.akamai.com/#{}",
"https://mfa.akamai.com/app#{}",
base64::encode(serde_json::to_string(&qr)?)
);
qr2term::print_qr(raw).expect("failed to generate a qr code");
Expand Down

0 comments on commit e67a621

Please sign in to comment.