mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* 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.
12 lines
312 B
TypeScript
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");
|