We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0394ed commit 6d23f55Copy full SHA for 6d23f55
crates/freighter-auth/src/fs_backend.rs
@@ -47,7 +47,7 @@ impl FsAuthProvider {
47
use rand::Rng;
48
let mut token = [0; 21];
49
rand::rng().fill(&mut token);
50
- Ok(token)
+ token
51
}
52
53
fn token_to_str(&self, bare_token: &BareToken) -> String {
0 commit comments