Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sea-snake/verify-google-jwt' int…
Browse files Browse the repository at this point in the history
…o sea-snake/verify-google-jwt
  • Loading branch information
sea-snake committed Jan 14, 2025
2 parents 9de1550 + d363e8c commit 0271314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/internet_identity/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ fn initialize(maybe_arg: Option<InternetIdentityInit>) {
.clone()
.map(|arg| arg.related_origins)
.unwrap_or(state_related_origins);
let state_openid_google_client_id = persistent_state(|storage| storage.openid_google_client_id.clone());
let state_openid_google_client_id =
persistent_state(|storage| storage.openid_google_client_id.clone());
let openid_google_client_id = maybe_arg
.clone()
.map(|arg| arg.openid_google_client_id)
Expand Down

0 comments on commit 0271314

Please sign in to comment.