Skip to content

Commit 74199e1

Browse files
committed
Remove old google sign-in implementation.
1 parent 24c4d1b commit 74199e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internet_identity/tests/integration/activity_stats/authn_methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::v2_api::authn_method_test_helpers::{
22
create_identity_with_authn_method, create_identity_with_openid_credential, test_authn_method,
33
};
4-
use crate::{google, openid};
4+
use crate::openid;
55
use candid::Principal;
66
use canister_tests::api::internet_identity as api;
77
use canister_tests::api::internet_identity::api_v2;

0 commit comments

Comments
 (0)