We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d46ea commit b79bc52Copy full SHA for b79bc52
1 file changed
docs/guides/authentication/internet-identity.mdx
@@ -502,7 +502,6 @@ fn verified_attributes() -> Result<Vec<(String, Icrc3Value)>, String> {
502
503
#[update]
504
fn _internet_identity_sign_in_finish() -> SignInResult {
505
- // verified_attributes already rejects anonymous and untrusted callers.
506
let entries = match verified_attributes() {
507
Ok(entries) => entries,
508
Err(e) => return SignInResult::Err(e),
0 commit comments