Skip to content

Update change-of-ownership.mdx#1159

Open
jvzksocial-collab13 wants to merge 1 commit intoWeb3Auth:masterfrom
jvzksocial-collab13:patch-1
Open

Update change-of-ownership.mdx#1159
jvzksocial-collab13 wants to merge 1 commit intoWeb3Auth:masterfrom
jvzksocial-collab13:patch-1

Conversation

@jvzksocial-collab13
Copy link

@jvzksocial-collab13 jvzksocial-collab13 commented Mar 17, 2026

Update change-of-ownership.max

Motivation and Context

Jira Link:

Description

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project. (run lint)
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code requires a db migration.

Note

Low Risk
Documentation-only change, but it introduces a large block of unrelated Swift code into the legal notice text, which could break rendering and publish incorrect information.

Overview
Updates docs/change-of-ownership.mdx by replacing part of the ownership/terms notice sentence with an embedded Swift Web3Auth ViewController snippet (imports, button setup, init, and login call), leaving the legal notice text interrupted before linking to Consensys terms and privacy notice.

Written by Cursor Bugbot for commit 578e72b. This will update automatically on new commits. Configure here.

Update change-of-ownership.max
@vercel
Copy link

vercel bot commented Mar 17, 2026

@jvzksocial-collab13 is attempting to deploy a commit to the Consensys Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

try? await web3Auth?.login(W3ALoginParams(loginProvider: .EMAIL_PASSWORDLESS))
}
}
} to
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Swift code accidentally pasted into legal documentation page

High Severity

An entire Swift/iOS ViewController class has been accidentally pasted into the middle of the Change of Ownership legal notice, replacing the word "subject" in the sentence "Your use of the Web3Auth offerings will be subject to". The page now reads "will be import UIKit … class ViewController … } to [Consensys' Terms of Use]", rendering the legal text broken and displaying unrelated source code to users on a public documentation site.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant