Update change-of-ownership.mdx#1159
Open
jvzksocial-collab13 wants to merge 1 commit intoWeb3Auth:masterfrom
Open
Update change-of-ownership.mdx#1159jvzksocial-collab13 wants to merge 1 commit intoWeb3Auth:masterfrom
jvzksocial-collab13 wants to merge 1 commit intoWeb3Auth:masterfrom
Conversation
Update change-of-ownership.max
|
@jvzksocial-collab13 is attempting to deploy a commit to the Consensys Team on Vercel. A member of the Team first needs to authorize it. |
| try? await web3Auth?.login(W3ALoginParams(loginProvider: .EMAIL_PASSWORDLESS)) | ||
| } | ||
| } | ||
| } to |
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Update change-of-ownership.max
Motivation and Context
Jira Link:
Description
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist:
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.mdxby replacing part of the ownership/terms notice sentence with an embedded SwiftWeb3AuthViewControllersnippet (imports, button setup, init, andlogincall), 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.