Skip to content

Commit 3885570

Browse files
committed
Clippy
1 parent ed06075 commit 3885570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-core/src/auth/login/access_token.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub(crate) async fn login_access_token(
3535
.set_login_method(LoginMethod::ServiceAccount(
3636
ServiceAccountLoginMethod::AccessToken {
3737
access_token,
38-
organization_id: organization_id,
38+
organization_id,
3939
state_file: Some(state_file.to_path_buf()),
4040
},
4141
));

0 commit comments

Comments
 (0)