We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b46d4 commit 79e5053Copy full SHA for 79e5053
1 file changed
src/showcase/src/flows.ts
@@ -116,7 +116,10 @@ const registerFlowOpts: RegisterFlowOpts = {
116
},
117
registrationAllowed: {
118
isAllowed: true,
119
- allowedOrigins: ["https://identity.ic0.app", "https://identity.internetcomputer.org"] as string[],
+ allowedOrigins: [
120
+ "https://identity.ic0.app",
121
+ "https://identity.internetcomputer.org",
122
+ ] as string[],
123
124
storePinIdentity: () => {
125
toast.info("PIN identity was stored");
0 commit comments