Skip to content

Commit 79e5053

Browse files
author
Llorenç
committed
Fix format
1 parent 58b46d4 commit 79e5053

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/showcase/src/flows.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ const registerFlowOpts: RegisterFlowOpts = {
116116
},
117117
registrationAllowed: {
118118
isAllowed: true,
119-
allowedOrigins: ["https://identity.ic0.app", "https://identity.internetcomputer.org"] as string[],
119+
allowedOrigins: [
120+
"https://identity.ic0.app",
121+
"https://identity.internetcomputer.org",
122+
] as string[],
120123
},
121124
storePinIdentity: () => {
122125
toast.info("PIN identity was stored");

0 commit comments

Comments
 (0)