Skip to content

Commit 6d23f55

Browse files
committed
Merge fix
1 parent f0394ed commit 6d23f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/freighter-auth/src/fs_backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl FsAuthProvider {
4747
use rand::Rng;
4848
let mut token = [0; 21];
4949
rand::rng().fill(&mut token);
50-
Ok(token)
50+
token
5151
}
5252

5353
fn token_to_str(&self, bare_token: &BareToken) -> String {

0 commit comments

Comments
 (0)