Skip to content

Commit

Permalink
Upgrade customauth to 16.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
serjonya-trili committed May 22, 2024
1 parent 0fd127f commit b7e17a5
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 122 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.0",
"@testing-library/user-event": "14.5.2",
"@toruslabs/customauth": "^15.0.5",
"@toruslabs/customauth": "^16.0.6",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/identity-obj-proxy": "^3",
Expand Down
2 changes: 1 addition & 1 deletion src/auth/Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export abstract class Auth {
protected async getTorusClient(): Promise<CustomAuth> {
const torus = new CustomAuth({
web3AuthClientId: WEB3_AUTH_CLIENT_ID,
baseUrl: "https://umamiwallet.com/auth/v2.0.1/",
baseUrl: "https://umamiwallet.com/auth/v2.2.0/",
redirectPathName: "redirect.html",
redirectToOpener: true,
uxMode: "popup",
Expand Down
Loading

0 comments on commit b7e17a5

Please sign in to comment.