Skip to content

Commit b79bc52

Browse files
committed
docs: remove the no-anonymous-check comment from the Rust example
1 parent 82d46ea commit b79bc52

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/guides/authentication/internet-identity.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ fn verified_attributes() -> Result<Vec<(String, Icrc3Value)>, String> {
502502
503503
#[update]
504504
fn _internet_identity_sign_in_finish() -> SignInResult {
505-
// verified_attributes already rejects anonymous and untrusted callers.
506505
let entries = match verified_attributes() {
507506
Ok(entries) => entries,
508507
Err(e) => return SignInResult::Err(e),

0 commit comments

Comments
 (0)