Skip to content

Commit 32dc366

Browse files
committed
refactor: route runtime ui bootstrap helper
1 parent c610acc commit 32dc366

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,10 @@ export const OpenAIOAuthPlugin: Plugin = async ({ client }: PluginInput) => {
570570
};
571571

572572
// Initialize runtime UI settings once on plugin load; auth/tools refresh this dynamically.
573-
resolveUiRuntime();
573+
resolveRuntimeUiOptions({
574+
loadPluginConfig,
575+
applyUiRuntimeFromConfig,
576+
});
574577

575578
return {
576579
event: eventHandler,

0 commit comments

Comments
 (0)