Files
authentik/web/src/flow/FlowExecutor.stories.ts
Teffen Ellis 388f4262b5 web: Captcha Refinements, Part 2 (#19757)
* Move inline styles into separate file.

* Fix preferred order of captcha vendor discovery.

* Clean up mutation and resize observer lifecycle.

* Flesh out controllers.

* Tidy refresh.

* Fix incompatibilities with Storybook.

* Flesh out captcha stories.

* Bump package.

* Flesh out stories.

* Move inline styles into separate file.

* Fix preferred order of captcha vendor discovery.

* Clean up mutation and resize observer lifecycle.

* Flesh out controllers.

* Tidy refresh.

* Remove unused.

* Bump package.
2026-01-30 16:18:24 +01:00

12 lines
312 B
TypeScript

import "@patternfly/patternfly/components/Login/login.css";
import "#stories/flow-interface";
import "#flow/stages/dummy/DummyStage";
import { flowFactory } from "#stories/flow-interface";
export default {
title: "Flow / ak-flow-executor",
};
export const BackgroundImage = flowFactory("ak-stage-dummy");