We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed06075 commit 3885570Copy full SHA for 3885570
crates/bitwarden-core/src/auth/login/access_token.rs
@@ -35,7 +35,7 @@ pub(crate) async fn login_access_token(
35
.set_login_method(LoginMethod::ServiceAccount(
36
ServiceAccountLoginMethod::AccessToken {
37
access_token,
38
- organization_id: organization_id,
+ organization_id,
39
state_file: Some(state_file.to_path_buf()),
40
},
41
));
0 commit comments