Skip to content

Commit 5343f80

Browse files
Fix dev using theme access password
1 parent dbb8865 commit 5343f80

File tree

1 file changed

+1
-1
lines changed
  • packages/theme/src/cli/commands/theme

1 file changed

+1
-1
lines changed

packages/theme/src/cli/commands/theme/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default class Dev extends ThemeCommand {
136136
// eslint-disable-next-line @typescript-eslint/no-floating-promises
137137
refreshTokens(store, flags.password)
138138
}, this.ThemeRefreshTimeoutInMs)
139-
await execCLI2(command, {store})
139+
await execCLI2(command, {store, adminToken: adminSession.token})
140140
}
141141
}
142142

0 commit comments

Comments
 (0)