Skip to content

Commit bf5b060

Browse files
joaquim-vergescursoragent
authored andcommitted
fix
1 parent 0534aba commit bf5b060

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/ecosystem/[slug]/(active)/configuration/components/client

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/ecosystem/[slug]/(active)/configuration/components/client/auth-options-form.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export function AuthOptionsForm({
231231
}
232232

233233
let smartAccountOptions: Ecosystem["smartAccountOptions"] | null = null;
234-
if (data.useSmartAccount) {
234+
if (data.useSmartAccount && data.executionMode === "EIP4337") {
235235
let accountFactoryAddress: string;
236236
switch (data.accountFactoryType) {
237237
case "v0.6":

0 commit comments

Comments
 (0)