Skip to content

Commit

Permalink
Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Dec 4, 2024
1 parent 6f8733d commit 4ae1351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internet_identity/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ fn config() -> InternetIdentityInit {
canister_creation_cycles_cost: Some(persistent_state.canister_creation_cycles_cost),
register_rate_limit: Some(persistent_state.registration_rate_limit.clone()),
captcha_config: Some(persistent_state.captcha_config.clone()),
related_origins: persistent_state.related_origins.clone(),
})
}

Expand Down

0 comments on commit 4ae1351

Please sign in to comment.