We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407a3fb commit 0e4ba52Copy full SHA for 0e4ba52
apps/account-verifier/src/auth_config.json
@@ -2,7 +2,7 @@
2
"domain": "auth0.aws.peersyst.tech",
3
"clientId": "qOfA3FaWedmD9LjFS9uRvQVJ0U3XhsgA",
4
"audience": "fast-auth-api-test-0.com",
5
- "appOrigin": "http://localhost:3000",
+ "appOrigin": "https://fast-auth-account-verifier.vercel.app",
6
"mpcContractId": "v1.signer-prod.testnet",
7
"fastAuthContractId": "fast-auth-beta-001.testnet"
8
}
0 commit comments