Skip to content

Passkey fix#375

Open
Dargon789 wants to merge 4 commits intoDargon789:WIP-waas-playfabfrom
0xsequence:passkey-fix
Open

Passkey fix#375
Dargon789 wants to merge 4 commits intoDargon789:WIP-waas-playfabfrom
0xsequence:passkey-fix

Conversation

@Dargon789
Copy link
Copy Markdown
Owner

No description provided.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@codesandbox
Copy link
Copy Markdown

codesandbox bot commented Mar 15, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 15, 2026

@tolgahan-arikan is attempting to deploy a commit to the Foundry development Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 300 files, and this pull request has 734

@snyk-io
Copy link
Copy Markdown

snyk-io bot commented Mar 15, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request represents a substantial overhaul of the project's foundational structure and development workflow. The primary goal was to modernize the monorepo setup by adopting Turbo, which necessitated updating numerous configuration files and removing outdated tooling. Concurrently, a significant portion of the existing @0xsequence packages were removed, suggesting a shift in the project's modular design or a move towards a new version of its core components. The introduction of new Next.js applications under extras also points to an expansion of the project's web-facing or documentation capabilities.

Highlights

  • Monorepo Migration: The project has been migrated from preconstruct to turbo for monorepo management, streamlining build, dev, and test scripts.
  • Tooling Updates: Various development tools and configurations have been updated, including Node.js and PNPM versions in GitHub Actions, and simplified Prettier settings.
  • Core Package Removal: Several @0xsequence/* core packages and their associated files have been removed, indicating a significant architectural change or cleanup.
  • New Next.js Applications: Two new Next.js applications, extras/docs and extras/web, have been added, complete with their own configurations and basic UI components.
  • Git Hooks Integration: Lefthook has been introduced to manage Git hooks for pre-commit formatting and pre-push build/test validation.
Changelog
  • .changeset/README.md
    • Updated a documentation link from master to main branch.
  • .changeset/config.json
    • Updated the Changesets schema version to 3.0.5.
    • Simplified the changelog configuration.
    • Changed access to restricted and baseBranch to main.
    • Added updateInternalDependencies set to patch.
    • Removed linked and ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH fields.
  • .eslintignore
    • Removed the ESLint ignore configuration file.
  • .eslintrc.js
    • Removed the ESLint configuration file.
  • .github/CODEOWNERS
    • Added a new CODEOWNERS file to define code ownership for the repository.
  • .github/actions/install-dependencies/action.yml
    • Added a step to set up Node.js v20.
    • Updated PNPM version from 9 to 10.
    • Updated actions/cache to v4.
  • .gitignore
    • Updated and expanded the list of ignored files, adding entries for .pnp, .turbo, .vercel, npm-debug.log*, *.pem, and .husky/.
    • Removed entries for cache/, test_chain/, *.js.map, PROD.env, .vscode, .idea, *.iml, .cache, package-lock.json, .rts2_cache*, yarn-debug.log*, yarn-error.log*, lerna-debug.log*, and .nyc_output/.
  • .nycrc
    • Removed the NYC (Istanbul) configuration file.
  • .prettierrc
    • Simplified the Prettier configuration, removing tabWidth, useTabs, trailingComma, and arrowParens settings.
  • .vscode/launch.json
    • Added a new VSCode launch configuration for a primitives-cli server.
  • .vscode/settings.json
    • Added a new VSCode settings file for ESLint working directories.
  • LICENSE
    • Simplified the Apache-2.0 license header, removing specific copyright notices.
  • README.md
    • Rewrote the README to focus on v3 core libraries and SDK.
    • Updated package listings to reflect new wallet-related packages.
    • Simplified development workflow instructions, removing preconstruct-specific details.
    • Removed detailed release and snapshot release instructions.
  • babel.config.js
    • Removed the Babel configuration file.
  • extras/docs/.gitignore
    • Added a new .gitignore file for the extras/docs directory.
  • extras/docs/README.md
    • Added a new README file for the extras/docs Next.js project.
  • extras/docs/app/globals.css
    • Added a new global CSS file for the extras/docs Next.js application.
  • extras/docs/app/layout.tsx
    • Added a new root layout component for the extras/docs Next.js application.
  • extras/docs/app/page.module.css
    • Added a new CSS module for the main page of the extras/docs Next.js application.
  • extras/docs/app/page.tsx
    • Added a new main page component for the extras/docs Next.js application.
  • extras/docs/eslint.config.js
    • Added a new ESLint configuration file for the extras/docs project.
  • extras/docs/next.config.js
    • Added a new Next.js configuration file for the extras/docs project.
  • extras/docs/package.json
    • Added a new package.json file for the extras/docs Next.js project.
  • extras/docs/public/file-text.svg
    • Added a new SVG icon file.
  • extras/docs/public/globe.svg
    • Added a new SVG icon file.
  • extras/docs/public/next.svg
    • Added a new SVG icon file.
  • extras/docs/public/turborepo-dark.svg
    • Added a new SVG icon file.
  • extras/docs/public/turborepo-light.svg
    • Added a new SVG icon file.
  • extras/docs/public/vercel.svg
    • Added a new SVG icon file.
  • extras/docs/public/window.svg
    • Added a new SVG icon file.
  • extras/docs/tsconfig.json
    • Added a new TypeScript configuration file for the extras/docs project.
  • extras/web/.gitignore
    • Added a new .gitignore file for the extras/web directory.
  • extras/web/README.md
    • Added a new README file for the extras/web Next.js project.
  • extras/web/app/globals.css
    • Added a new global CSS file for the extras/web Next.js application.
  • extras/web/app/layout.tsx
    • Added a new root layout component for the extras/web Next.js application.
  • extras/web/app/page.module.css
    • Added a new CSS module for the main page of the extras/web Next.js application.
  • extras/web/app/page.tsx
    • Added a new main page component for the extras/web Next.js application.
  • extras/web/eslint.config.js
    • Added a new ESLint configuration file for the extras/web project.
  • extras/web/next.config.js
    • Added a new Next.js configuration file for the extras/web project.
  • extras/web/package.json
    • Added a new package.json file for the extras/web Next.js project.
  • extras/web/public/file-text.svg
    • Added a new SVG icon file.
  • extras/web/public/globe.svg
    • Added a new SVG icon file.
  • extras/web/public/next.svg
    • Added a new SVG icon file.
  • extras/web/public/turborepo-dark.svg
    • Added a new SVG icon file.
  • extras/web/public/turborepo-light.svg
    • Added a new SVG icon file.
  • extras/web/public/vercel.svg
    • Added a new SVG icon file.
  • extras/web/public/window.svg
    • Added a new SVG icon file.
  • extras/web/tsconfig.json
    • Added a new TypeScript configuration file for the extras/web project.
  • lefthook.yml
    • Added a new Lefthook configuration file for Git hooks, including pre-commit for Prettier and pre-push for build and test.
  • package.json
    • Updated the project name to sequence-core.
    • Migrated build, dev, and test scripts to use turbo for monorepo orchestration.
    • Removed numerous @0xsequence/* dev dependencies, reflecting the removal of old packages.
    • Added lefthook, prettier, rimraf, and turbo as dev dependencies.
    • Updated packageManager to pnpm@10.14.0 and engines.node to >=18.
  • packages/0xsequence/README.md
    • Removed the README file for the 0xsequence package.
  • packages/0xsequence/hardhat.config.js
    • Removed the Hardhat configuration file.
  • packages/0xsequence/hardhat2.config.js
    • Removed the Hardhat configuration file.
  • packages/0xsequence/package.json
    • Removed the package.json file for the 0xsequence package.
  • packages/0xsequence/src/abi.ts
    • Removed the ABI export file.
  • packages/0xsequence/src/account.ts
    • Removed the account export file.
  • packages/0xsequence/src/api.ts
    • Removed the API export file.
  • packages/0xsequence/src/auth.ts
    • Removed the auth export file.
  • packages/0xsequence/src/core.ts
    • Removed the core export file.
  • packages/0xsequence/src/guard.ts
    • Removed the guard export file.
  • packages/0xsequence/src/index.ts
    • Removed the main index file for the 0xsequence package.
  • packages/0xsequence/src/indexer.ts
    • Removed the indexer export file.
  • packages/0xsequence/src/metadata.ts
    • Removed the metadata export file.
  • packages/0xsequence/src/migration.ts
    • Removed the migration export file.
  • packages/0xsequence/src/multicall.ts
    • Removed the multicall export file.
  • packages/0xsequence/src/network.ts
    • Removed the network export file.
  • packages/0xsequence/src/provider.ts
    • Removed the provider export file.
  • packages/0xsequence/src/relayer.ts
    • Removed the relayer export file.
  • packages/0xsequence/src/sequence.ts
    • Removed the sequence export file.
  • packages/0xsequence/src/sessions.ts
    • Removed the sessions export file.
  • packages/0xsequence/src/signhub.ts
    • Removed the signhub export file.
  • packages/0xsequence/src/transactions.ts
    • Removed the transactions export file.
  • packages/0xsequence/src/utils.ts
    • Removed the utils export file.
  • packages/0xsequence/tests/browser/json-rpc-provider/rpc.test.ts
    • Removed the JSON-RPC provider test file.
  • packages/0xsequence/tests/browser/mock-wallet/mock-wallet.test.ts
    • Removed the mock wallet test file.
  • packages/0xsequence/tests/browser/mux-transport/mux.test.ts
    • Removed the mux transport test file.
  • packages/0xsequence/tests/browser/proxy-transport/channel.test.ts
    • Removed the proxy transport channel test file.
  • packages/0xsequence/tests/browser/testutils/accounts.ts
    • Removed the test utility accounts file.
  • packages/0xsequence/tests/browser/testutils/deploy-wallet-context.ts
    • Removed the test utility deploy wallet context file.
  • packages/0xsequence/tests/browser/testutils/index.ts
    • Removed the test utility index file.
  • packages/0xsequence/tests/browser/testutils/wallet.ts
    • Removed the test utility wallet file.
  • packages/0xsequence/tests/browser/wallet-provider/dapp.test.ts
    • Removed the dapp wallet provider test file.
  • packages/0xsequence/tests/browser/wallet-provider/dapp2.test.ts
    • Removed the dapp2 wallet provider test file.
  • packages/0xsequence/tests/json-rpc-provider.spec.ts
    • Removed the JSON-RPC provider spec file.
  • packages/0xsequence/tests/mock-wallet.spec.ts
    • Removed the mock wallet spec file.
  • packages/0xsequence/tests/mux-transport.spec.ts
    • Removed the mux transport spec file.
  • packages/0xsequence/tests/proxy-transport.spec.ts
    • Removed the proxy transport spec file.
  • packages/0xsequence/tests/utils/assert.ts
    • Removed the test assert utility file.
  • packages/0xsequence/tests/utils/browser-test-runner.ts
    • Removed the browser test runner utility file.
  • packages/0xsequence/tests/utils/webpack-test-server.ts
    • Removed the webpack test server utility file.
  • packages/0xsequence/tests/wallet-provider.spec.ts
    • Removed the wallet provider spec file.
  • packages/0xsequence/tests/webpack.config.js
    • Removed the webpack configuration file.
  • packages/0xsequence/tests/window-transport.spec.ts
    • Removed the window transport spec file.
  • packages/abi/package.json
    • Removed the package.json file for the abi package.
  • packages/abi/src/index.ts
    • Removed the main index file for the abi package.
  • packages/abi/src/tokens/erc1155.ts
    • Removed the ERC1155 ABI file.
  • packages/abi/src/tokens/erc20.ts
    • Removed the ERC20 ABI file.
  • packages/abi/src/tokens/erc721.ts
    • Removed the ERC721 ABI file.
  • packages/account/CHANGELOG.md
    • Removed the changelog file for the account package.
  • packages/account/hardhat.config.js
    • Removed the Hardhat configuration file.
  • packages/account/hardhat2.config.js
    • Removed the Hardhat configuration file.
  • packages/account/package.json
    • Removed the package.json file for the account package.
  • packages/account/src/account.ts
    • Removed the account implementation file.
  • packages/account/src/index.ts
    • Removed the main index file for the account package.
  • packages/account/src/orchestrator/wrapper.ts
    • Removed the orchestrator wrapper file.
  • packages/account/src/signer.ts
    • Removed the signer implementation file.
  • packages/account/src/utils.ts
    • Removed the utility file.
  • packages/account/tests/account.spec.ts
    • Removed the account spec test file.
  • packages/account/tests/signer.spec.ts
    • Removed the signer spec test file.
  • packages/api/package.json
    • Removed the package.json file for the api package.
  • packages/api/src/api.gen.ts
    • Removed the generated API client file.
  • packages/auth/hardhat.config.js
    • Removed the Hardhat configuration file.
  • packages/auth/package.json
    • Removed the package.json file for the auth package.
  • packages/auth/src/authorization.ts
    • Removed the authorization file.
  • packages/auth/src/index.ts
    • Removed the main index file for the auth package.
  • packages/auth/src/proof.ts
    • Removed the proof file.
  • packages/auth/src/services.ts
    • Removed the services file.
  • packages/auth/src/session.ts
    • Removed the session file.
  • packages/auth/tests/session.spec.ts
    • Removed the session spec test file.
  • packages/auth/tests/utils/index.ts
    • Removed the test utility index file.
  • packages/core/CHANGELOG.md
    • Removed the changelog file for the core package.
  • packages/core/package.json
    • Removed the package.json file for the core package.
  • packages/core/src/commons/config.ts
    • Removed the common config file.
  • packages/core/src/commons/context.ts
    • Removed the common context file.
  • packages/core/src/commons/index.ts
    • Removed the common index file.
  • packages/core/src/commons/orchestrator.ts
    • Removed the common orchestrator file.
  • packages/core/src/commons/reader.ts
    • Removed the common reader file.
  • packages/core/src/commons/signature.ts
    • Removed the common signature file.
  • packages/core/src/commons/signer.ts
    • Removed the common signer file.
  • packages/core/src/commons/transaction.ts
    • Removed the common transaction file.
  • packages/core/src/commons/validateEIP1271.ts
    • Removed the EIP1271 validation file.
  • packages/core/src/index.ts
    • Removed the main index file for the core package.
  • packages/core/src/universal/index.ts
    • Removed the universal index file.
  • packages/core/src/v1/config.ts
    • Removed the v1 config file.
  • packages/core/src/v1/index.ts
    • Removed the v1 index file.
  • packages/core/src/v1/signature.ts
    • Removed the v1 signature file.
  • packages/core/src/v2/chained.ts
    • Removed the v2 chained file.
  • packages/core/src/v2/config.ts
    • Removed the v2 config file.
  • packages/core/src/v2/context.ts
    • Removed the v2 context file.
  • packages/core/src/v2/index.ts
    • Removed the v2 index file.
  • packages/core/src/v2/signature.ts
    • Removed the v2 signature file.
  • packages/core/tests/v2/config.spec.ts
    • Removed the v2 config spec test file.
  • packages/core/tests/v2/signature.spec.ts
    • Removed the v2 signature spec test file.
  • packages/deployer/.gitignore
    • Removed the .gitignore file for the deployer package.
Ignored Files
  • Ignored by pattern: .github/workflows/** (4)
    • .github/workflows/on_pr_pnpm-format-label.yml
    • .github/workflows/pnpm-format.yml
    • .github/workflows/publish-dists.yml
    • .github/workflows/tests.yml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@vercel

This comment was marked as outdated.

@Dargon789 Dargon789 enabled auto-merge (squash) March 15, 2026 14:07
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a significant and wide-ranging refactoring of the project structure and tooling, moving to a modern monorepo setup with Turborepo and PNPM. It also appears to be part of a major version upgrade, removing a large number of v2 packages and adding boilerplate for new docs and web applications. The changes are generally positive, improving the development setup and modernizing the stack.

My review focuses on the new and modified configuration and application files. I've identified a bug in a hardcoded URL in the new web app and pointed out some dependency inconsistencies that should be addressed for better maintainability.

Given the scale of these changes, a more descriptive pull request title and a detailed body explaining the motivation and the new architecture would be highly beneficial for reviewers and future developers.

Comment on lines +42 to +50
<a
className={styles.primary}
href="https://vercel.com/new/clone?demo-description=Learn+to+implement+a+monorepo+with+a+two+Next.js+sites+that+has+installed+three+local+packages.&demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F4K8ZISWAzJ8X1504ca0zmC%2F0b21a1c6246add355e55816278ef54bc%2FBasic.png&demo-title=Monorepo+with+Turborepo&demo-url=https%3A%2F%2Fexamples-basic-web.vercel.sh%2F&from=templates&project-name=Monorepo+with+Turborepo&repository-name=monorepo-turborepo&repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fturborepo%2Ftree%2Fmain%2Fexamples%2Fbasic&root-directory=apps%2Fdocs&skippable-integrations=1&teamSlug=vercel&utm_source=create-turbo"
target="_blank"
rel="noopener noreferrer"
>
<Image className={styles.logo} src="/vercel.svg" alt="Vercel logomark" width={20} height={20} />
Deploy now
</a>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

This "Deploy now" link seems to be copied from the docs app and incorrectly points to root-directory=apps%2Fdocs. It should point to apps/web for this application. Using URLSearchParams to construct the URL makes it more readable and helps prevent such copy-paste errors.

          <a
            className={styles.primary}
            href={`https://vercel.com/new/clone?${new URLSearchParams({
              'demo-description': 'Learn to implement a monorepo with a two Next.js sites that has installed three local packages.',
              'demo-image': '//images.ctfassets.net/e5382hct74si/4K8ZISWAzJ8X1504ca0zmC/0b21a1c6246add355e55816278ef54bc/Basic.png',
              'demo-title': 'Monorepo with Turborepo',
              'demo-url': 'https://examples-basic-web.vercel.sh/',
              from: 'templates',
              'project-name': 'Monorepo with Turborepo',
              'repository-name': 'monorepo-turborepo',
              'repository-url': 'https://github.com/vercel/turborepo/tree/main/examples/basic',
              'root-directory': 'apps/web',
              'skippable-integrations': '1',
              teamSlug: 'vercel',
              utm_source: 'create-turbo'
            })}`}
            target="_blank"
            rel="noopener noreferrer"
          >
            <Image className={styles.logo} src="/vercel.svg" alt="Vercel logomark" width={20} height={20} />
            Deploy now
          </a>

Comment on lines +42 to +50
<a
className={styles.primary}
href="https://vercel.com/new/clone?demo-description=Learn+to+implement+a+monorepo+with+a+two+Next.js+sites+that+has+installed+three+local+packages.&demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F4K8ZISWAzJ8X1504ca0zmC%2F0b21a1c6246add355e55816278ef54bc%2FBasic.png&demo-title=Monorepo+with+Turborepo&demo-url=https%3A%2F%2Fexamples-basic-web.vercel.sh%2F&from=templates&project-name=Monorepo+with+Turborepo&repository-name=monorepo-turborepo&repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fturborepo%2Ftree%2Fmain%2Fexamples%2Fbasic&root-directory=apps%2Fdocs&skippable-integrations=1&teamSlug=vercel&utm_source=create-turbo"
target="_blank"
rel="noopener noreferrer"
>
<Image className={styles.logo} src="/vercel.svg" alt="Vercel logomark" width={20} height={20} />
Deploy now
</a>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

This hardcoded URL is very long, making it difficult to read and maintain. Consider building it programmatically with URLSearchParams for better readability and easier updates.

          <a
            className={styles.primary}
            href={`https://vercel.com/new/clone?${new URLSearchParams({
              'demo-description': 'Learn to implement a monorepo with a two Next.js sites that has installed three local packages.',
              'demo-image': '//images.ctfassets.net/e5382hct74si/4K8ZISWAzJ8X1504ca0zmC/0b21a1c6246add355e55816278ef54bc/Basic.png',
              'demo-title': 'Monorepo with Turborepo',
              'demo-url': 'https://examples-basic-web.vercel.sh/',
              from: 'templates',
              'project-name': 'Monorepo with Turborepo',
              'repository-name': 'monorepo-turborepo',
              'repository-url': 'https://github.com/vercel/turborepo/tree/main/examples/basic',
              'root-directory': 'apps/docs',
              'skippable-integrations': '1',
              teamSlug: 'vercel',
              utm_source: 'create-turbo'
            })}`}
            target="_blank"
            rel="noopener noreferrer"
          >
            <Image className={styles.logo} src="/vercel.svg" alt="Vercel logomark" width={20} height={20} />
            Deploy now
          </a>

"@types/node": "^20.17.57",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"typescript": "5.5.4"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The TypeScript version here (5.5.4) is different from the one in the root package.json (5.8.3). To ensure consistency and avoid potential type-related issues across the monorepo, it's recommended to use the same TypeScript version everywhere.

Suggested change
"typescript": "5.5.4"
"typescript": "5.8.3"

"@types/node": "^20.17.57",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"typescript": "5.5.4"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The TypeScript version here (5.5.4) is different from the one in the root package.json (5.8.3). To ensure consistency and avoid potential type-related issues across the monorepo, it's recommended to use the same TypeScript version everywhere.

Suggested change
"typescript": "5.5.4"
"typescript": "5.8.3"

@tolgahan-arikan tolgahan-arikan deleted the passkey-fix branch March 24, 2026 11:28
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.

2 participants