We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a405e6f commit 7308bd7Copy full SHA for 7308bd7
1 file changed
turnkey/src/app/actions.ts
@@ -33,7 +33,8 @@ type TAttestation = {
33
export const createSubOrganization = async (
34
email: string | undefined,
35
credential: string,
36
- attestation: TAttestation
+ attestation: TAttestation,
37
+ userName: string
38
) => {
39
const createSubOrgResponse = await turnkeyServer.createSubOrganization({
40
subOrganizationName: "EVM Sub Org",
0 commit comments