Skip to content

Commit 1d2ab92

Browse files
azerpasCopilot
andauthored
Update src/bourso_api/src/client/mod.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2607f3f commit 1d2ab92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/bourso_api/src/client

src/bourso_api/src/client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ fn extract_otp_params(res: &str) -> Result<(String, String)> {
551551
serde_json::from_str::<serde_json::Value>(&decoded)?
552552
} else {
553553
error!("{}", res);
554-
bail!("Could not extract start sms otp url");
554+
bail!("Could not extract authentication challenge parameters");
555555
};
556556

557557
Ok((

0 commit comments

Comments
 (0)